made module categories
This commit is contained in:
parent
8acff72cca
commit
7b5e0d34e7
30 changed files with 51 additions and 24 deletions
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue