diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-02-07 18:39:01 -0800 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-04-14 18:58:47 -0700 |
| commit | ff4462a084cc91607997ddac32159be3ea6c213d (patch) | |
| tree | 6920aeb6c60b40257bd661f3a4747ddcfacd25d5 /snowfall/modules/home | |
| parent | 671c9acdb9875584ec168913682963d06bd9c695 (diff) | |
migration: tidy newlines
Diffstat (limited to 'snowfall/modules/home')
| -rw-r--r-- | snowfall/modules/home/desktop/default.nix | 1 | ||||
| -rw-r--r-- | snowfall/modules/home/desktop/theme/gruvbox.nix | 1 | ||||
| -rw-r--r-- | snowfall/modules/home/tools/git/default.nix | 1 | ||||
| -rw-r--r-- | snowfall/modules/home/tools/vim/default.nix | 1 |
4 files changed, 0 insertions, 4 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"; } - diff --git a/snowfall/modules/home/tools/git/default.nix b/snowfall/modules/home/tools/git/default.nix index 8aebfd8..1780d80 100644 --- a/snowfall/modules/home/tools/git/default.nix +++ b/snowfall/modules/home/tools/git/default.nix @@ -43,4 +43,3 @@ in { }; }; } - diff --git a/snowfall/modules/home/tools/vim/default.nix b/snowfall/modules/home/tools/vim/default.nix index e4625a3..b07f8d4 100644 --- a/snowfall/modules/home/tools/vim/default.nix +++ b/snowfall/modules/home/tools/vim/default.nix @@ -41,4 +41,3 @@ in { }; }; } - |