sneeuwvlok/modules/nixos/default.nix
Chris Kruining 97b63074f0
Add home-manager flake module and update imports
Comment out grub2-theme and nextcloud home-manager config
2026-03-25 16:35:07 +01:00

15 lines
306 B
Nix

{
imports = [
./application/steam.nix
./boot/default.nix
./editor/nano/default.nix
./editor/nvim/default.nix
./hardware/audio/default.nix
./home-manager
./services
./system/networking
./system/security/boot
./system/security/sops
./system/security/sudo
];
}