mirror of
https://github.com/Cian-H/My_NixOS_Config.git
synced 2026-02-06 00:23:25 +00:00
Replaced wofi with walker
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -14,5 +14,6 @@
|
||||
./worklaptop/programs.nix
|
||||
./worklaptop/defaultapps.nix
|
||||
./worklaptop/theming.nix
|
||||
inputs.walker.homeManagerModules.default
|
||||
];
|
||||
}
|
||||
|
||||
@@ -20,6 +20,10 @@
|
||||
enable = true;
|
||||
systemd.enable = true;
|
||||
};
|
||||
walker = {
|
||||
enable = true;
|
||||
runAsService = true;
|
||||
};
|
||||
hyprcursor-phinger.enable = true;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user