refactor sys-modules

This commit is contained in:
2024-10-19 14:52:29 +02:00
parent b95ebd8efc
commit dfa623f370
9 changed files with 62 additions and 61 deletions

View File

@@ -12,17 +12,14 @@
./hardware-configuration.nix
inputs.home-manager.nixosModules.home-manager
../../modules/bin/nix-scripts.nix
../../modules/desktop/de
../../modules/desktop/dm
../../modules/desktop/fonts
../../modules/hardware/bluetooth.nix
../../modules/hardware/printing.nix
../../modules/hardware/sound.nix
../../modules/hardware/yubikey.nix
../../modules/services/docker.nix
../../modules/services/openhantek.nix
../../modules/desktop/dm
../../modules/desktop/de
../../modules/desktop/fonts
../../modules/chat
../../modules/multimedia
../../modules/programs.nix
];
desktop.dm.name = "sddm";
desktop.de.plasma.enable = true;
@@ -46,25 +43,6 @@
# Allow unfree packages
nixpkgs.config.allowUnfree = true;
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [
age
alejandra
borgbackup
borgmatic
docker
docker-compose
git
nix-index
nix-output-monitor
ranger
sops
unstable.nh
vim
wget
];
# Some programs need SUID wrappers, can be configured further or are
# started in user sessions.
# programs.mtr.enable = true;