1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-31 03:57:44 +00:00

Nuke eww out of orbit

This commit is contained in:
RGBCube 2023-11-29 10:51:12 +03:00
parent 1d6cb20f0c
commit 078744a1d9
No known key found for this signature in database
3 changed files with 0 additions and 9 deletions

1
.gitignore vendored
View file

@ -7,7 +7,6 @@
!machines/enka/discord/
!machines/enka/docker/
!machines/enka/dunst/
!machines/enka/eww/
!machines/enka/firefox/
!machines/enka/fuzzel/
!machines/enka/git/

View file

@ -21,7 +21,6 @@
./discord
./docker
./dunst
./eww
./firefox
./fuzzel
./git

View file

@ -1,7 +0,0 @@
{ homeConfiguration, enabled, ... }:
homeConfiguration "nixos" {
programs.eww = enabled {
configDir = ./.;
};
}