outsource gaming

This commit is contained in:
MFlossmann 2024-07-13 11:38:17 +02:00
parent 47bf1dba5c
commit c098a689df
4 changed files with 19 additions and 13 deletions

View file

@ -8,7 +8,6 @@
# home.homeDirectory = "/home/prunebutt";
home = let
user = "prunebutt";
_inputs = inputs;
in {
username = "${user}";
homeDirectory = "/home/${user}";
@ -37,6 +36,7 @@
inputs.nixvim-config.packages.${pkgs.system}.default
];
};
myHomeManager = {