diff --git a/home-config/nix-home-manager/home.nix b/home-config/nix-home-manager/home.nix index d883f04..5ee8d22 100644 --- a/home-config/nix-home-manager/home.nix +++ b/home-config/nix-home-manager/home.nix @@ -27,13 +27,6 @@ # # Adds the 'hello' command to your environment. It prints a friendly # # "Hello, world!" when run. # pkgs.hello - firefox - dejavu_fonts - cantarell-fonts - liberation_ttf - noto-fonts - noto-fonts-cjk - noto-fonts-emoji yt-dlp # # It is sometimes useful to fine-tune packages, for example, by applying diff --git a/home-config/sway/config b/home-config/sway/config index fdc56e0..2cecb72 100644 --- a/home-config/sway/config +++ b/home-config/sway/config @@ -314,10 +314,10 @@ exec syncthing serve --no-browser # Force various windows to be floating # Firefox PIP YT Player -for_window [app_id="firefox-default" title="^Picture-in-Picture$"] floating enable, resize set 578 326, border none, sticky enable +for_window [app_id="firefox" title="^Picture-in-Picture$"] floating enable, resize set 578 326, border none, sticky enable # Duo 2FA -for_window [app_id="firefox-default" title="^Activate Security Key — Mozilla Firefox$"] floating enable -for_window [app_id="firefox-default" title="^Nightly — Sharing Indicator$"] floating enable, resize set 18 52, border none, move position center, move y 0px +for_window [app_id="firefox" title="^Activate Security Key — Mozilla Firefox$"] floating enable +for_window [app_id="firefox" title="^Firefox — Sharing Indicator$"] floating enable, resize set 18 52, border none, move position center, move y 0px # Qjackctl for_window [app_id="qjackctl"] floating enable # Weather Window diff --git a/modules/ryan-config/base-system.scm b/modules/ryan-config/base-system.scm index 0c22182..38f828d 100644 --- a/modules/ryan-config/base-system.scm +++ b/modules/ryan-config/base-system.scm @@ -134,6 +134,7 @@ "libvirt" "virt-manager" "wireplumber" + "wireshark" "zsh")) (list my-ca-certs xdg-desktop-portal-wlr-new swaylock-effects-new) %my-base-packages )) @@ -187,6 +188,10 @@ ;(specification->package "swaylock-effects") swaylock-effects-new "/bin/swaylock")) + (file-like->setuid-program + (file-append + (specification->package "wireshark") + "/bin/dumpcap")) (file-like->setuid-program (file-append (specification->package "opendoas") @@ -202,4 +207,4 @@ (bootloader (bootloader-configuration (bootloader grub-efi-bootloader) (targets (list "/boot/efi")) - (keyboard-layout keyboard-layout))))) \ No newline at end of file + (keyboard-layout keyboard-layout)))))