First release condidate for Refactoring
This commit is contained in:
parent
a03355b3a1
commit
9c7e489a5f
10 changed files with 88 additions and 13 deletions
|
@ -6,5 +6,15 @@
|
|||
./desktop
|
||||
./shell
|
||||
];
|
||||
|
||||
home = {
|
||||
username = "florian";
|
||||
homeDirectory = "/home/florian";
|
||||
|
||||
stateVersion = "24.05";
|
||||
};
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue