niksos/hosts/work/default.nix

16 lines
282 B
Nix
Raw Normal View History

2024-09-01 22:51:32 +02:00
_: {
2024-08-28 22:21:15 +02:00
imports = [
./quickshell
./configuration.nix
./firefox.nix
./git.nix
./hardware-configuration.nix
./profile.nix
./programs.nix
./ssh.nix
./system.nix
./themes.nix
./waybar.nix
];
}