This commit is contained in:
Bryan Ramos 2024-01-30 10:10:42 -05:00
parent e513913099
commit 429fbc0d63
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
4 changed files with 42 additions and 23 deletions

View file

@ -6,9 +6,9 @@
nixup = "sudo nixos-rebuild switch --flake .#windows";
};
imports = [
../../modules
../../user
imports = [
../../modules
../../user
];
home.stateVersion = "23.11";