diff options
Diffstat (limited to 'snowfall/modules/home/desktop')
| -rw-r--r-- | snowfall/modules/home/desktop/default.nix | 1 | ||||
| -rw-r--r-- | snowfall/modules/home/desktop/theme/gruvbox.nix | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/snowfall/modules/home/desktop/default.nix b/snowfall/modules/home/desktop/default.nix index 4dc7a1b..5f8c905 100644 --- a/snowfall/modules/home/desktop/default.nix +++ b/snowfall/modules/home/desktop/default.nix @@ -52,4 +52,3 @@ in { cxl.desktop.theme.colors = import ./theme/${cfg.theme.name}.nix; }; } - diff --git a/snowfall/modules/home/desktop/theme/gruvbox.nix b/snowfall/modules/home/desktop/theme/gruvbox.nix index c955374..0bfb043 100644 --- a/snowfall/modules/home/desktop/theme/gruvbox.nix +++ b/snowfall/modules/home/desktop/theme/gruvbox.nix @@ -24,4 +24,3 @@ fg3 = "bdae93"; fg4 = "a89984"; } - |