update lots
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user