From 44628f9b8a47b9655764126ce439988a25589784 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Thu, 7 Mar 2024 10:11:40 -0600 Subject: [PATCH] Hyprland config, startup, and reorganization. --- home-manager/durincore.nix | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/home-manager/durincore.nix b/home-manager/durincore.nix index 081dd32..36870c9 100644 --- a/home-manager/durincore.nix +++ b/home-manager/durincore.nix @@ -131,6 +131,12 @@ }; }; windowrulev2 = "suppressevent maximize, class:.*"; # You'll probably like this. + exec-once = + [ + "waybar" + "dunst" + "1password --silent" + ]; }; }; @@ -172,9 +178,11 @@ # rtx activate fish | source shellInit = '' direnv hook fish | source - atuin init fish | source set -gx PATH $PATH $HOME/.krew/bin ''; + interactiveShellInit = '' + atuin init fish | source + ''; functions = { fish_greeting = { description = "Set the fish greeting"; @@ -193,11 +201,11 @@ ranger yazi - # gui file managers - xfce.thunar - - # Run Menu - wofi + # Hyprland must haves + xfce.thunar # gui file manager + wofi # Run Menu + waybar # Wayland bar for Sway and Wlroots based compositors + dunst # A lightweight replacement for the notification-daemons provided by most desktop environments # archives zip