fiddle around

This commit is contained in:
Isshi0417 2024-07-21 17:43:57 +09:00
parent 5608251821
commit 53835a12e8
3 changed files with 0 additions and 9 deletions

View File

@ -9,7 +9,6 @@
./nixvim
./helix
./gnome
./eww
];
# Allow Unfree

View File

@ -1,8 +0,0 @@
{ ... }:
{
programs.eww = {
enable = true;
configDir = ./config;
};
}