Gparted
This commit is contained in:
parent
b03a9ad919
commit
abc64eab2a
|
@ -51,7 +51,7 @@ with nLib; {
|
||||||
};
|
};
|
||||||
targets = mkOption {
|
targets = mkOption {
|
||||||
description = "Targets to install desktop services to";
|
description = "Targets to install desktop services to";
|
||||||
default = [ "hyprland-session.target" ];
|
default = [ "graphical-session.target" ];
|
||||||
};
|
};
|
||||||
swaylock = {
|
swaylock = {
|
||||||
package = mkOption {
|
package = mkOption {
|
||||||
|
|
|
@ -78,5 +78,9 @@ with lib; {
|
||||||
MaxRetentionSec=7day
|
MaxRetentionSec=7day
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
# Partitioning tools
|
||||||
|
(mkIf config.nathan.config.isDesktop {
|
||||||
|
environment.systemPackages = with pkgs; [ parted gparted ];
|
||||||
|
})
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue