diff --git a/configs/stylix.nix b/configs/stylix.nix index 52e7c62..94e60f0 100644 --- a/configs/stylix.nix +++ b/configs/stylix.nix @@ -17,28 +17,28 @@ in { # stylix.image = inputs.wallpapers.outPath + "/meteora/rodrigo-soares-250630.jpg"; stylix.image = generatedWallpaper; - environment.etc."stylix/wallpaper.png".source = generatedWallpaper; + # environment.etc."stylix/wallpaper.png".source = generatedWallpaper; # stylix.polarity = "either"; - stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/${ - # "onedark" - # synth-midnight-dark - # apprentice # https://romainl.github.io/Apprentice/ - # one-light - # onedark - # material # https://github.com/ntpeters/base16-materialtheme-scheme - # "material-palenight" - # material-lighter - # tomorrow # https://github.com/chriskempson/tomorrow-theme - # tomorrow-night - # gruvbox-light-medium # https://github.com/dawikur/base16-gruvbox-scheme - # gruvbox-dark-medium - # selenized-light # https://github.com/jan-warchol/selenized - # selenized-dark - # papercolor-light - # papercolor-dark - "dracula" # https://draculatheme.com/ - }.yaml"; + # stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/${ + # onedark + # synth-midnight-dark + # apprentice # https://romainl.github.io/Apprentice/ + # one-light + # onedark + # material # https://github.com/ntpeters/base16-materialtheme-scheme + # material-palenight + # material-lighter + # tomorrow # https://github.com/chriskempson/tomorrow-theme + # tomorrow-night + # gruvbox-light-medium # https://github.com/dawikur/base16-gruvbox-scheme + # gruvbox-dark-medium + # selenized-light # https://github.com/jan-warchol/selenized + # selenized-dark + # papercolor-light + # papercolor-dark + # dracula # https://draculatheme.com/ + # }.yaml"; stylix.fonts = { serif = { diff --git a/systems/kabsa/configuration.nix b/systems/kabsa/configuration.nix index dfd582f..0738163 100644 --- a/systems/kabsa/configuration.nix +++ b/systems/kabsa/configuration.nix @@ -19,6 +19,8 @@ in { promptColours.success = "cyan"; }; + stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/dracula.yaml"; + nix.settings = { cores = 1; max-jobs = 2; diff --git a/systems/manakish/configuration.nix b/systems/manakish/configuration.nix index 00e547a..a5d3433 100644 --- a/systems/manakish/configuration.nix +++ b/systems/manakish/configuration.nix @@ -32,6 +32,8 @@ in { syncthing-key.file = ../../secrets/manakish-syncthing-key.age; }; + stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/gruvbox-light-medium.yaml"; + niveum = { batteryName = "BAT0"; wirelessInterface = "wlp3s0";