diff --git a/home/ooks/features/wayland/window-manager/hyprland/default.nix b/home/ooks/features/wayland/window-manager/hyprland/default.nix index be74830..335e27a 100644 --- a/home/ooks/features/wayland/window-manager/hyprland/default.nix +++ b/home/ooks/features/wayland/window-manager/hyprland/default.nix @@ -84,12 +84,13 @@ ) (config.monitors); exec = [ - "pkgs.polkit_gnome}/libexec/polkit-gnome-authentication-agent-1" + "${pkgs.polkit_gnome}/libexec/polkit-gnome-authentication-agent-1" "${pkgs.swaybg}/bin/swaybg -i ~/.dotfiles/nix/walls/gruvbox/gruvbox-blank.png --mode fill" ]; + exec-once = [ - "${pkgs._1password-gui}/bin/1password --silent" - "earbuds -d" + "${pkgs._1password-gui}/bin/1password --silent" + "earbuds -d" ]; }; }; diff --git a/home/ooks/ookst480s.nix b/home/ooks/ookst480s.nix index ba6549b..2719cbd 100644 --- a/home/ooks/ookst480s.nix +++ b/home/ooks/ookst480s.nix @@ -2,18 +2,17 @@ { imports = [ - ./opt/desktop/hyprland - ./features/essentials + ./features/wayland/window-manager/hyprland ./base ]; - monitor = [{ + monitors = [{ name = "eDP-1"; - width = "1920"; - height = "1080"; + width = 1920; + height = 1080; workspace = "1"; primary = true; - transform = "0"; + transform = 0; }]; colorscheme = inputs.nix-colors.colorSchemes.gruvbox-dark-soft;