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
|
typstfmt
|
||||||
typst
|
typst
|
||||||
hurl
|
hurl
|
||||||
waybar
|
|
||||||
] ++ [ ansible ansible-lint ] ++ [
|
] ++ [ ansible ansible-lint ] ++ [
|
||||||
# gnumake
|
# gnumake
|
||||||
# cmake
|
# cmake
|
||||||
@ -113,6 +112,11 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
|
waybar = {
|
||||||
|
enable = true;
|
||||||
|
systemd.enable = true;
|
||||||
|
|
||||||
|
};
|
||||||
zsh = {
|
zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
initExtra = ''
|
initExtra = ''
|
||||||
|
@ -5,7 +5,6 @@ source = ~/.config/hypr/wm/appearance.conf
|
|||||||
source = ~/.config/hypr/wm/monitors.conf
|
source = ~/.config/hypr/wm/monitors.conf
|
||||||
source = ~/.config/hypr/wm/window-rules.conf
|
source = ~/.config/hypr/wm/window-rules.conf
|
||||||
exec-once = ~/.config/hypr/scripts/launchers/events-monitor.bash
|
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 = ~/.config/hypr/scripts/launchers/launch-swww.bash
|
||||||
exec-once = mako --history 1
|
exec-once = mako --history 1
|
||||||
exec-once = udiskie --tray
|
exec-once = udiskie --tray
|
||||||
|
Loading…
Reference in New Issue
Block a user