Compare commits

...

2 commits

Author SHA1 Message Date
joygnu 6160ac2698 unfree NOOOOOOOOOOOOOOOOOOOOOo 2024-08-08 17:25:49 +02:00
joygnu b661105925 uhm 2024-08-08 16:41:51 +02:00
3 changed files with 32 additions and 30 deletions

View file

@ -1,15 +1,5 @@
{ inputs, lib, pkgs, ... }:
{ inputs, ... }:
{
programs.steam.enable = true;
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"steam"
];
environment.systemPackages = with pkgs; [
prismlauncher
mangohud
lutris
];
networking.hostName = "desktop";
networking.networkmanager.enable = true;
services.hardware.openrgb.enable = true;

12
hosts/desktop/unfree.nix Normal file
View file

@ -0,0 +1,12 @@
{ pkgs, lib, ... }:
{
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"steam"
];
programs.steam.enable = true;
environment.systemPackages = with pkgs; [
prismlauncher
mangohud
lutris
];
}

View file

@ -4,25 +4,25 @@
stylix = {
enable = true;
base16Scheme = {
base00 = "282828"; # ----
base01 = "3c3836"; # ---
base02 = "504945"; # --
base03 = "665c54"; # -
base04 = "bdae93"; # +
base05 = "d5c4a1"; # ++
base06 = "ebdbb2"; # +++
base07 = "fbf1c7"; # ++++
base08 = "cc241d"; # red
base09 = "fe0819"; # orange
base0A = "d79921"; # yellow
base0B = "98971a"; # green
base0C = "689d6a"; # aqua/cyan
base0D = "458588"; # blue
base0E = "b16286"; # purple
base0F = "a89984"; # brown
};
base16Scheme = {
base00 = "282828"; # ----
base01 = "3c3836"; # ---
base02 = "504945"; # --
base03 = "665c54"; # -
base04 = "bdae93"; # +
base05 = "d5c4a1"; # ++
base06 = "ebdbb2"; # +++
base07 = "fbf1c7"; # ++++
base08 = "cc241d"; # red
base09 = "fe0819"; # orange
base0A = "d79921"; # yellow
base0B = "98971a"; # green
base0C = "689d6a"; # aqua/cyan
base0D = "458588"; # blue
base0E = "b16286"; # purple
base0F = "a89984"; # brown
};
image = ./wallpaper.png;
cursor = {