made module categories

This commit is contained in:
Moritz Böhme 2021-09-14 20:55:50 +02:00
parent 8acff72cca
commit 7b5e0d34e7
30 changed files with 51 additions and 24 deletions

View file

@ -2,19 +2,10 @@
{
imports = [
./bspwm
./dunst
./emacs
./polybar
./rofi
./agenix.nix
./diskstation.nix
./git.nix
./kitty.nix
./picom.nix
./zathura.nix
./zsh.nix
./nix.nix
./apps
./cli
./desktop
./services
];
# USERS
@ -44,17 +35,6 @@
home.username = "moritz";
home.homeDirectory = "/home/moritz";
services = {
kdeconnect.enable = true;
};
home.packages = with pkgs; [
neofetch
keepassxc
spotify
spicetify-cli
];
home.stateVersion = "21.05";
};
}