quickshell fixes

This commit is contained in:
vali 2024-08-09 11:54:07 +02:00
commit 82aee7b018
10 changed files with 96 additions and 29 deletions

View file

@ -38,6 +38,14 @@ in {
./vali/temperance
../modules
inputs.home-manager.nixosModules.home-manager
{
imports = [inputs.impurity.nixosModules.impurity];
impurity = {
enable = true;
configRoot = self;
};
}
];
};