feat(nix-hm): use nix home manager to handle waybar
This commit is contained in:
parent
5447fc7dc2
commit
17b1e6a4bc
@ -71,7 +71,6 @@ in {
|
||||
typstfmt
|
||||
typst
|
||||
hurl
|
||||
waybar
|
||||
] ++ [ ansible ansible-lint ] ++ [
|
||||
# gnumake
|
||||
# cmake
|
||||
@ -113,6 +112,11 @@ in {
|
||||
};
|
||||
|
||||
programs = {
|
||||
waybar = {
|
||||
enable = true;
|
||||
systemd.enable = true;
|
||||
|
||||
};
|
||||
zsh = {
|
||||
enable = true;
|
||||
initExtra = ''
|
||||
|
@ -5,7 +5,6 @@ source = ~/.config/hypr/wm/appearance.conf
|
||||
source = ~/.config/hypr/wm/monitors.conf
|
||||
source = ~/.config/hypr/wm/window-rules.conf
|
||||
exec-once = ~/.config/hypr/scripts/launchers/events-monitor.bash
|
||||
exec-once = ~/.config/hypr/scripts/launchers/launch-waybar.bash
|
||||
exec-once = ~/.config/hypr/scripts/launchers/launch-swww.bash
|
||||
exec-once = mako --history 1
|
||||
exec-once = udiskie --tray
|
||||
|
Loading…
Reference in New Issue
Block a user