mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
swap garrus with the lemp13
This commit is contained in:
parent
908fb552a5
commit
872dca4be8
2 changed files with 3 additions and 34 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue