update lots

This commit is contained in:
2026-06-26 17:50:41 +02:00
parent bed947d4d9
commit edaa68912d
7 changed files with 347 additions and 215 deletions
+9 -1
View File
@@ -2,6 +2,10 @@
let
in
{
imports = [
./mpd.nix
];
home.username = "user";
home.homeDirectory = "/home/user";
@@ -11,6 +15,11 @@ in
nnn
];
programs.yazi.enable = true;
programs.yazi.enableFishIntegration = true;
programs.fish.enable = true;
# wayland.windowManager.hyprland = {
# enable = true;
# };
@@ -23,6 +32,5 @@ in
};
};
home.stateVersion = "26.05";
}