Compare commits

..

No commits in common. "1044a3f92fd34fb78b855e4c27184525abfde6c8" and "73a3c579c61f7d51ea8d7b670446e27e91cae64a" have entirely different histories.

2 changed files with 2 additions and 4 deletions

View File

@ -51,8 +51,6 @@ in
openssh openssh
sshfs sshfs
file file
tree
moreutils
fd fd
ripgrep ripgrep

View File

@ -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.sessions.plasma; cfg = config.nixfiles.session.plasma;
in in
{ {
# imports = [ # imports = [
# ./desktop-common.nix # ./desktop-common.nix
# ]; # ];
options.nixfiles.sessions.plasma = { options.nixfiles.session.plasma = {
enable = mkEnableOption "KDE Plasma session"; enable = mkEnableOption "KDE Plasma session";
}; };