Replaced wofi with walker

This commit is contained in:
2026-02-03 14:43:49 +00:00
parent 7cb86d6f50
commit a81bce828a
4 changed files with 8 additions and 1 deletions

View File

@@ -76,6 +76,8 @@
"glow".source = ./dotfiles/dot_config/glow;
"glamour".source = ./dotfiles/dot_config/glamour;
"starship.toml".source = ./dotfiles/dot_config/starship.toml;
"elephant/websearch.toml".source = ./dotfiles/dot_config/elephant/websearch.toml;
"walker".source = ./dotfiles/dot_config/walker;
"waybar".source = ./dotfiles/dot_config/waybar;
# "euporie".source = ./dotfiles/dot_config/euporie;
"bottom".source = ./dotfiles/dot_config/bottom;

View File

@@ -14,5 +14,6 @@
./worklaptop/programs.nix
./worklaptop/defaultapps.nix
./worklaptop/theming.nix
inputs.walker.homeManagerModules.default
];
}

View File

@@ -20,6 +20,10 @@
enable = true;
systemd.enable = true;
};
walker = {
enable = true;
runAsService = true;
};
hyprcursor-phinger.enable = true;
};
}

View File

@@ -22,6 +22,7 @@
pkgs.qmk_hid
pkgs.regreet
pkgs.seahorse
pkgs.walker
pkgs.wayland
pkgs.wayland-utils
pkgs.xfce.thunar
@@ -37,6 +38,5 @@
unstablePkgs.libnotify
unstablePkgs.swaynotificationcenter
unstablePkgs.waybar
unstablePkgs.wofi
];
}