diff options
| author | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-05-30 23:27:30 -0400 |
|---|---|---|
| committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-05-30 23:27:30 -0400 |
| commit | 8d6b94c5bb3f497cfcfff89458b4d290b61fba89 (patch) | |
| tree | b23eb83042b8dde9577597fae0557f296cd35a60 /modules | |
| parent | 83c40b768b77304d26d550c0eb326690e5212101 (diff) | |
removed firefox from nix, changed sway config
Turns out the firefox nix package had no HW accel due to a limitation in
Nix user packages. Using the flatpak for the time being until I can
figure out why xdg-portals doesn't work for the official package.
Works fine with flatpak, but im not happy i lose that package
declaration
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/ryan-config/base-system.scm | 7 |
1 files changed, 6 insertions, 1 deletions
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 @@ | |||
| 134 | "libvirt" | 134 | "libvirt" |
| 135 | "virt-manager" | 135 | "virt-manager" |
| 136 | "wireplumber" | 136 | "wireplumber" |
| 137 | "wireshark" | ||
| 137 | "zsh")) | 138 | "zsh")) |
| 138 | (list my-ca-certs xdg-desktop-portal-wlr-new swaylock-effects-new) | 139 | (list my-ca-certs xdg-desktop-portal-wlr-new swaylock-effects-new) |
| 139 | %my-base-packages )) | 140 | %my-base-packages )) |
| @@ -189,6 +190,10 @@ | |||
| 189 | "/bin/swaylock")) | 190 | "/bin/swaylock")) |
| 190 | (file-like->setuid-program | 191 | (file-like->setuid-program |
| 191 | (file-append | 192 | (file-append |
| 193 | (specification->package "wireshark") | ||
| 194 | "/bin/dumpcap")) | ||
| 195 | (file-like->setuid-program | ||
| 196 | (file-append | ||
| 192 | (specification->package "opendoas") | 197 | (specification->package "opendoas") |
| 193 | "/bin/doas"))) | 198 | "/bin/doas"))) |
| 194 | (delete sudo %setuid-programs))) | 199 | (delete sudo %setuid-programs))) |
| @@ -202,4 +207,4 @@ | |||
| 202 | (bootloader (bootloader-configuration | 207 | (bootloader (bootloader-configuration |
| 203 | (bootloader grub-efi-bootloader) | 208 | (bootloader grub-efi-bootloader) |
| 204 | (targets (list "/boot/efi")) | 209 | (targets (list "/boot/efi")) |
| 205 | (keyboard-layout keyboard-layout))))) \ No newline at end of file | 210 | (keyboard-layout keyboard-layout))))) |
