swap garrus with the lemp13

This commit is contained in:
Aaron Honeycutt 2025-01-27 11:58:30 -07:00
parent 908fb552a5
commit 872dca4be8
2 changed files with 3 additions and 34 deletions

View file

@ -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;
}

View file

@ -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;
}