+1
nixos/home/life/hyprland/default.nix
+1
nixos/home/life/hyprland/default.nix
+17
nixos/home/life/hyprland/waybar.nix
+17
nixos/home/life/hyprland/waybar.nix
···
1
+
{ pkgs, lib, config, ... }:
2
+
3
+
{
4
+
# Waybar
5
+
6
+
programs.waybar.enable = true;
7
+
programs.eww.enable = true;
8
+
9
+
xdg.configFile."waybar/" = {
10
+
source = ../../../../window_manager/.config/waybar;
11
+
recursive = true;
12
+
};
13
+
xdg.configFile."eww/" = {
14
+
source = ../../../../window_manager/.config/eww;
15
+
recursive = true;
16
+
};
17
+
}
+3
window_manager/.config/hypr/hyprland/autostart.conf
+3
window_manager/.config/hypr/hyprland/autostart.conf