Compare commits
2 Commits
73a3c579c6
...
1044a3f92f
Author | SHA1 | Date | |
---|---|---|---|
1044a3f92f | |||
155539cc04 |
@ -51,6 +51,8 @@ in
|
|||||||
openssh
|
openssh
|
||||||
sshfs
|
sshfs
|
||||||
file
|
file
|
||||||
|
tree
|
||||||
|
moreutils
|
||||||
|
|
||||||
fd
|
fd
|
||||||
ripgrep
|
ripgrep
|
||||||
|
@ -3,14 +3,14 @@ let
|
|||||||
sleep = "${pkgs.coreutils}/bin/sleep";
|
sleep = "${pkgs.coreutils}/bin/sleep";
|
||||||
systemctl = "${pkgs.systemd}/bin/systemctl";
|
systemctl = "${pkgs.systemd}/bin/systemctl";
|
||||||
inherit (lib) mkIf mkEnableOption mkForce mkDefault;
|
inherit (lib) mkIf mkEnableOption mkForce mkDefault;
|
||||||
cfg = config.nixfiles.session.plasma;
|
cfg = config.nixfiles.sessions.plasma;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
# imports = [
|
# imports = [
|
||||||
# ./desktop-common.nix
|
# ./desktop-common.nix
|
||||||
# ];
|
# ];
|
||||||
|
|
||||||
options.nixfiles.session.plasma = {
|
options.nixfiles.sessions.plasma = {
|
||||||
enable = mkEnableOption "KDE Plasma session";
|
enable = mkEnableOption "KDE Plasma session";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user