mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 15:56: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
|
||||
nurl
|
||||
nix-init
|
||||
partition-manager
|
||||
gparted
|
||||
];
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
partition-manager
|
||||
gparted
|
||||
];
|
||||
|
||||
programs = {
|
||||
dconf.enable = true;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue