Extract a dwm profile module

I've made this a module as it imports configuration from `st` and
potentially others as I continue to refactor.
This commit is contained in:
Oliver Davies 2025-04-05 09:00:00 +01:00
parent 98dccf63f0
commit ee9c85f920
10 changed files with 52 additions and 80 deletions

View file

@ -1,8 +1,5 @@
{ ... }:
{
homeManagerModules = {
direnv.enable = true;
dwm.enable = true;
};
}

View file

@ -4,7 +4,6 @@
homeManagerModules = {
direnv.enable = true;
discord.enable = true;
dwm.enable = true;
flameshot.enable = true;
gimp.enable = true;
gtk.enable = true;

View file

@ -4,7 +4,6 @@
homeManagerModules = {
direnv.enable = true;
discord.enable = true;
dwm.enable = true;
flameshot.enable = true;
gimp.enable = true;
gtk.enable = true;