diff --git a/hosts/x86_64/garrus/configuration.nix b/hosts/x86_64/garrus/configuration.nix index 43e1972..64149ff 100644 --- a/hosts/x86_64/garrus/configuration.nix +++ b/hosts/x86_64/garrus/configuration.nix @@ -2,17 +2,13 @@ { # Name your host machine - networking.hostName = "garrus"; - + networking.hostName = "lemp13"; + # System76 - hardware.system76.enableAll = true; environment.systemPackages = with pkgs; [ system76-keyboard-configurator firmware-manager - # Misc - steam - # COSMIC Utils cosmic-ext-tweaks cosmic-ext-forecast @@ -22,10 +18,8 @@ stellarshot ]; - # Enable COSMIC + # COSMIC services.desktopManager.cosmic.enable = true; services.displayManager.cosmic-greeter.enable = true; - # Allow Unfree - nixpkgs.config.allowUnfree = true; } diff --git a/hosts/x86_64/lemp13.nix b/hosts/x86_64/lemp13.nix deleted file mode 100644 index 64149ff..0000000 --- a/hosts/x86_64/lemp13.nix +++ /dev/null @@ -1,25 +0,0 @@ -{ config, pkgs, ... }: - -{ - # Name your host machine - networking.hostName = "lemp13"; - - # System76 - environment.systemPackages = with pkgs; [ - system76-keyboard-configurator - firmware-manager - - # COSMIC Utils - cosmic-ext-tweaks - cosmic-ext-forecast - cosmic-ext-tasks - cosmic-ext-calculator - cosmic-ext-examine - stellarshot - ]; - - # COSMIC - services.desktopManager.cosmic.enable = true; - services.displayManager.cosmic-greeter.enable = true; - -}