diff options
Diffstat (limited to 'hosts/local/ohira')
-rw-r--r-- | hosts/local/ohira/configuration.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/local/ohira/configuration.nix b/hosts/local/ohira/configuration.nix index 41e058d..91d4abf 100644 --- a/hosts/local/ohira/configuration.nix +++ b/hosts/local/ohira/configuration.nix @@ -116,7 +116,7 @@ description = "y"; extraGroups = ["networkmanager" "wheel"]; packages = with pkgs; [ - firefox + # firefox # thunderbird ]; }; @@ -154,6 +154,7 @@ tree # gui stuff alacritty + firefox brave deluge vlc @@ -166,7 +167,6 @@ iptables #games prismlauncher - grapejuice dosbox # gnomeExtensions.kimpanel |