mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 19:24:03 -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
|
# Name your host machine
|
||||||
networking.hostName = "garrus";
|
networking.hostName = "lemp13";
|
||||||
|
|
||||||
# System76
|
# System76
|
||||||
hardware.system76.enableAll = true;
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
system76-keyboard-configurator
|
system76-keyboard-configurator
|
||||||
firmware-manager
|
firmware-manager
|
||||||
|
|
||||||
# Misc
|
|
||||||
steam
|
|
||||||
|
|
||||||
# COSMIC Utils
|
# COSMIC Utils
|
||||||
cosmic-ext-tweaks
|
cosmic-ext-tweaks
|
||||||
cosmic-ext-forecast
|
cosmic-ext-forecast
|
||||||
|
@ -22,10 +18,8 @@
|
||||||
stellarshot
|
stellarshot
|
||||||
];
|
];
|
||||||
|
|
||||||
# Enable COSMIC
|
# COSMIC
|
||||||
services.desktopManager.cosmic.enable = true;
|
services.desktopManager.cosmic.enable = true;
|
||||||
services.displayManager.cosmic-greeter.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