diff --git a/hosts/fw/configuration.nix b/hosts/fw/configuration.nix index b7b2663..4463fe6 100644 --- a/hosts/fw/configuration.nix +++ b/hosts/fw/configuration.nix @@ -154,10 +154,23 @@ keepassxc nextcloud-client dmenu - simplex-chat-desktop arandr + brave + pavucontrol + signal-desktop + simplex-chat-desktop + ayugram-desktop + dnsmasq + file + gnumake + rustdesk ]; + virtualisation.libvirtd.enable = true; + virtualisation.docker.enable = true; + programs.virt-manager.enable = true; + programs.fuse.userAllowOther = true; + # Some programs need SUID wrappers, can be configured further or are # started in user sessions. # programs.mtr.enable = true; diff --git a/modules/home-manager/bash.nix b/modules/home-manager/bash.nix index 64db27e..0938d63 100644 --- a/modules/home-manager/bash.nix +++ b/modules/home-manager/bash.nix @@ -5,7 +5,7 @@ enable = true; initExtra = '' xset r rate 200 60 - '' + ''; shellAliases = { rb = "sudo nixos-rebuild switch --flake /etc/nixos#fw"; nx = "vim ~/nixos-config/hosts/fw/configuration.nix";