diff --git a/laptop/configuration.nix b/laptop/configuration.nix index 1ec72f1..74df5ca 100644 --- a/laptop/configuration.nix +++ b/laptop/configuration.nix @@ -11,7 +11,7 @@ ]; environment.shellAliases = { - rebuild = "sudo nixos-rebuild switch --flake ~/nixos/.#laptop"; + rebuild = "sudo nixos-rebuild switch --flake ~/NixOS/.#laptop"; c = "nix-shell ~/nixos/shells/c.nix"; js = "nix-shell ~/nixos/shells/js.nix"; nix = "nix-shell ~/nixos/shells/nix.nix"; @@ -41,12 +41,8 @@ "flakes" ]; - # Gnome Desktop. - services.desktopManager.gnome.enable = true; - services.displayManager.gdm.enable = true; - services.gnome.gnome-software.enable = true; - services.gnome.core-apps.enable = true; - services.gnome.games.enable = false; + services.displayManager.cosmic-greeter.enable = true; + services.desktopManager.cosmic.enable = true; services.flatpak.enable = true; hardware.graphics.enable = true;