pinwheel: Extract work related config to work module

This commit is contained in:
Alexander Heldt
2023-09-27 15:30:37 +02:00
parent bcd4fc418f
commit 7d54370900
5 changed files with 28 additions and 13 deletions

View File

@@ -35,6 +35,8 @@
./modules/spotify
./modules/podman
./modules/k8s
./modules/work
];
nix.settings.experimental-features = [ "nix-command" "flakes" ];