mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
add COSMIC and system76 packages
This commit is contained in:
parent
a6bf0f399b
commit
068659f165
1 changed files with 18 additions and 3 deletions
|
@ -3,8 +3,23 @@
|
||||||
{
|
{
|
||||||
# Name your host machine
|
# Name your host machine
|
||||||
networking.hostName = "lemp13";
|
networking.hostName = "lemp13";
|
||||||
|
|
||||||
# System76
|
# System76
|
||||||
hardware.system76.enableAll = true;
|
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