diff --git a/config/hosts/ccl-nix/hardware.nix b/config/hosts/ccl-nix/hardware.nix index 1cfbe2d..0975d4d 100644 --- a/config/hosts/ccl-nix/hardware.nix +++ b/config/hosts/ccl-nix/hardware.nix @@ -11,7 +11,7 @@ nvidiaSettings = true; open = true; }; - services.xserver.videoDrivers = [ "nvidia" ]; + # services.xserver.videoDrivers = [ "nvidia" ]; boot = { initrd = { availableKernelModules = [ diff --git a/config/hosts/ccl-nix/nixos.nix b/config/hosts/ccl-nix/nixos.nix index a2582b3..6e2fa44 100644 --- a/config/hosts/ccl-nix/nixos.nix +++ b/config/hosts/ccl-nix/nixos.nix @@ -107,17 +107,19 @@ services.gvfs.enable = true; - services.sunshine = { - enable = true; - autoStart = true; - capSysAdmin = true; - applications.apps = [ - { - name = "Desktop"; - image-path = "desktop.png"; - } - ]; - }; + /* + services.sunshine = { + enable = true; + autoStart = true; + capSysAdmin = true; + applications.apps = [ + { + name = "Desktop"; + image-path = "desktop.png"; + } + ]; + }; + */ services.openssh = { enable = true; settings = { diff --git a/modules/cli/shell/zsh.nix b/modules/cli/shell/zsh.nix index d213e7f..7e6bf02 100644 --- a/modules/cli/shell/zsh.nix +++ b/modules/cli/shell/zsh.nix @@ -78,7 +78,7 @@ lib.my.makeSwitch { }; programs.zsh = { enable = true; - dotDir = ".config/zsh"; + dotDir = "${config.my.home.xdg.configHome}/zsh"; history = { path = "${stateHome}/zsh_history"; ignorePatterns = [