diff --git a/dot_config/flake/flake.nix b/dot_config/flake/flake.nix index c0b2fa6..22ee316 100644 --- a/dot_config/flake/flake.nix +++ b/dot_config/flake/flake.nix @@ -2,8 +2,8 @@ description = "Home manager flake"; inputs = { - nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; - nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-25.05"; + nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05"; + nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable"; lix-module = { url = "https://git.lix.systems/lix-project/nixos-module/archive/2.93.0.tar.gz"; inputs.nixpkgs.follows = "nixpkgs"; diff --git a/dot_config/flake/machines/wash/configuration.nix b/dot_config/flake/machines/wash/configuration.nix index e904a8c..6b8360c 100644 --- a/dot_config/flake/machines/wash/configuration.nix +++ b/dot_config/flake/machines/wash/configuration.nix @@ -76,9 +76,12 @@ LC_ALL = "en_CA.UTF-8"; }; - services.desktopManager.cosmic.enable = true; - services.displayManager.sddm.enable = true; - services.desktopManager.plasma6.enable = true; + # services.desktopManager.cosmic.enable = true; + # services.displayManager.sddm.enable = true; + # services.desktopManager.plasma6.enable = true; + + services.xserver.displayManager.gdm.enable = true; + services.xserver.desktopManager.gnome.enable = true; # services.xserver = { # desktopManager.gnome.enable = true; diff --git a/dot_config/flake/machines/wash/home.nix b/dot_config/flake/machines/wash/home.nix index 8659186..9f4058c 100644 --- a/dot_config/flake/machines/wash/home.nix +++ b/dot_config/flake/machines/wash/home.nix @@ -13,6 +13,8 @@ ../../home/home-backup.nix ../../home/gui.nix + ../../home/gnome.nix + ../../home/helide ];