Added plasma module, disable plasma on ichigo
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
../../nixos/desktop.nix
|
||||
#../../nixos/hypr.nix
|
||||
# ../../nixos/plasma.nix
|
||||
../../nixos/hypr.nix
|
||||
];
|
||||
|
||||
hardware.graphics = {
|
||||
@@ -26,7 +27,6 @@
|
||||
automount_opts = "x-systemd.automount,noauto,x-systemd.idle-timeout=60,x-systemd.device-timeout=5s,x-systemd.mount-timeout=5s,user,users";
|
||||
credentials = "${config.sops.templates."smb-credentials".path}";
|
||||
in ["${automount_opts},credentials=${credentials},uid=1000,gid=100"];
|
||||
#in ["${automount_opts},credentials=/etc/nixos/smb-secrets,uid=1000,gid=100"];
|
||||
};
|
||||
|
||||
system.stateVersion = "24.11";
|
||||
|
Reference in New Issue
Block a user