1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-31 20:17:45 +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/discord/
!machines/enka/docker/ !machines/enka/docker/
!machines/enka/dunst/ !machines/enka/dunst/
!machines/enka/eww/
!machines/enka/firefox/ !machines/enka/firefox/
!machines/enka/fuzzel/ !machines/enka/fuzzel/
!machines/enka/git/ !machines/enka/git/

View file

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

View file

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