mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 19:24:03 -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
|
# Name your host machine
|
||||||
networking.hostName = "garrus";
|
networking.hostName = "garrus";
|
||||||
|
|
||||||
|
# Set kernel for system76-dkms issue
|
||||||
boot.kernelPackages = pkgs.linuxPackages_6_10;
|
boot.kernelPackages = pkgs.linuxPackages_6_10;
|
||||||
|
|
||||||
# System76
|
# System76
|
||||||
|
@ -11,12 +12,22 @@
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
system76-keyboard-configurator
|
system76-keyboard-configurator
|
||||||
firmware-manager
|
firmware-manager
|
||||||
|
|
||||||
|
# Misc
|
||||||
|
steam
|
||||||
|
|
||||||
|
# COSMIC Utils
|
||||||
|
cosmic-ext-tweaks
|
||||||
|
cosmic-ext-forecast
|
||||||
|
cosmic-ext-tasks
|
||||||
|
cosmic-ext-calculator
|
||||||
|
cosmic-ext-examine
|
||||||
|
stellarshot
|
||||||
];
|
];
|
||||||
|
|
||||||
# NVIDIA
|
# Enable COSMIC
|
||||||
# services.xserver.videoDrivers = [ "nvidia" ];
|
services.desktopManager.cosmic.enable = true;
|
||||||
# hardware.opengl.enable = true;
|
services.displayManager.cosmic-greeter.enable = true;
|
||||||
# hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.stable;
|
|
||||||
|
|
||||||
# Allow Unfree
|
# Allow Unfree
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue