mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-06 11:16:33 +01:00
Move partition tools to system packges from user packges
This commit is contained in:
parent
76586b88cf
commit
441e8f27fb
1 changed files with 5 additions and 2 deletions
|
@ -118,10 +118,13 @@
|
||||||
nixpkgs-review
|
nixpkgs-review
|
||||||
nurl
|
nurl
|
||||||
nix-init
|
nix-init
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
partition-manager
|
partition-manager
|
||||||
gparted
|
gparted
|
||||||
];
|
];
|
||||||
};
|
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
dconf.enable = true;
|
dconf.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue