mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 09:36: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,11 +118,14 @@
|
||||||
nixpkgs-review
|
nixpkgs-review
|
||||||
nurl
|
nurl
|
||||||
nix-init
|
nix-init
|
||||||
partition-manager
|
|
||||||
gparted
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
partition-manager
|
||||||
|
gparted
|
||||||
|
];
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
dconf.enable = true;
|
dconf.enable = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue