Move partition tools to system packges from user packges

This commit is contained in:
Johannes Jöns 2023-02-21 20:52:14 +01:00
parent 76586b88cf
commit 441e8f27fb

View file

@ -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;
}; };