mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
add COSMIC packages and kernel
This commit is contained in:
parent
d1e769c3c3
commit
4bbc270868
1 changed files with 16 additions and 5 deletions
|
@ -3,7 +3,8 @@
|
|||
{
|
||||
# Name your host machine
|
||||
networking.hostName = "garrus";
|
||||
|
||||
|
||||
# Set kernel for system76-dkms issue
|
||||
boot.kernelPackages = pkgs.linuxPackages_6_10;
|
||||
|
||||
# System76
|
||||
|
@ -11,12 +12,22 @@
|
|||
environment.systemPackages = with pkgs; [
|
||||
system76-keyboard-configurator
|
||||
firmware-manager
|
||||
|
||||
# Misc
|
||||
steam
|
||||
|
||||
# COSMIC Utils
|
||||
cosmic-ext-tweaks
|
||||
cosmic-ext-forecast
|
||||
cosmic-ext-tasks
|
||||
cosmic-ext-calculator
|
||||
cosmic-ext-examine
|
||||
stellarshot
|
||||
];
|
||||
|
||||
# NVIDIA
|
||||
# services.xserver.videoDrivers = [ "nvidia" ];
|
||||
# hardware.opengl.enable = true;
|
||||
# hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.stable;
|
||||
# Enable COSMIC
|
||||
services.desktopManager.cosmic.enable = true;
|
||||
services.displayManager.cosmic-greeter.enable = true;
|
||||
|
||||
# Allow Unfree
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue