[general] further improve immutability of KDE config

feat: add resources directory
feat: update KDE config
refactor: remove unused files
This commit is contained in:
Jo 2024-05-14 01:34:04 +02:00
parent bbe6ab62c4
commit cff1ca5701
13 changed files with 105 additions and 80 deletions

View file

@ -1,7 +0,0 @@
# Collection of reusable nixos modules (https://nixos.wiki/wiki/Module)
# These shouldn't include personal configurations, but much rather stuff that can be shared across multiple configurations
{
# List your module files here
# my-module = import ./my-module.nix;
desktop = import ./desktop;
}

View file

@ -1,5 +0,0 @@
{
kde = import ./kde.nix;
gnome = import ./gnome.nix;
cosmic = import ./cosmic.nix;
}