diff --git a/config/backgrounds/purpledawn.png b/config/backgrounds/purpledawn.png new file mode 100644 index 0000000..3d67f10 Binary files /dev/null and b/config/backgrounds/purpledawn.png differ diff --git a/config/ram.png b/config/ram.png new file mode 100644 index 0000000..f8066f0 Binary files /dev/null and b/config/ram.png differ diff --git a/flake.nix b/flake.nix index eecc06a..6a7738b 100644 --- a/flake.nix +++ b/flake.nix @@ -16,7 +16,7 @@ editor = "neovim"; # neovim, vscode # List all themes: $ nix build nixpkgs#base16-schemes && ls result/share/themes - theme = "catppuccin-mocha"; # catppuccin-mocha, tokyo-night-dark, one-dark + theme = "catppuccin-mocha"; # catppuccin-mocha, tokyo-night-dark, one-dark, purple-dawn background = if userSettings.theme == "catppuccin-mocha" then "aurora_borealis.png" @@ -24,6 +24,8 @@ then "evangelion.jpg" else if "tokyo-night-dark" == userSettings.theme then "lain.png" + else if "purple-dawn" == userSettings.theme + then "purpledawn.png" else "aurora_borealis.png"; resolution = {