diff options
Diffstat (limited to 'machines/boron.nix')
-rw-r--r-- | machines/boron.nix | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/machines/boron.nix b/machines/boron.nix index a7963cd..c56d61c 100644 --- a/machines/boron.nix +++ b/machines/boron.nix @@ -69,6 +69,10 @@ LC_TIME = "en_US.UTF-8"; }; + services.pcscd = { + enable = true; + }; + # Enable the X11 windowing system. services.xserver.enable = true; @@ -134,6 +138,7 @@ # don't put this in user cfg because it's wayland specific, and i don't use # wayland everwhere wl-clipboard + zoom-us # need for job searching ]; programs.winbox = { @@ -151,6 +156,11 @@ # ]; #}; + programs.firefox = { + enable = true; + nativeMessagingHosts.passff = true; + }; + # Some programs need SUID wrappers, can be configured further or are # started in user sessions. # vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. |