diff options
| author | Caroline Larimore <caroline@larimo.re> | 2024-08-04 19:07:40 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2024-08-04 19:11:01 -0700 |
| commit | 762237559bd07a114822c0f2ca608059ffefcfc9 (patch) | |
| tree | 47d33e72f6c5c80244ad33f7b2e4184088c6013b /.gitignore | |
| parent | bf5925ebfc2901b5a157c149fa6e619c4bb2660c (diff) | |
home: desktop: fix eww/colors.css ignore
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ # eww colors.css is generated from the current theme. This copy is for local # widget development without rebuilding my entire system for every change, -# using `eww -c /etc/nixos/home/eww`. +# using `eww -c /etc/nixos/roles/home/desktop/eww/`. # It is just a static copy of the generated file -home/eww/colors.css +roles/home/desktop/eww/colors.css # NixOS VM files result |