From 18aa686ff3b4e8d6382aa8e70c304843f1bc31b8 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Mon, 16 Jan 2023 19:48:03 +0000 Subject: [PATCH] Update configuration.nix --- configuration.nix | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/configuration.nix b/configuration.nix index 1d05f3f..92e3ceb 100644 --- a/configuration.nix +++ b/configuration.nix @@ -24,7 +24,6 @@ }; }; - # host machine is set by system file such as hp-omen.nix networking.networkmanager.enable = true; # Set your time zone. @@ -58,14 +57,13 @@ hashedPassword = "$6$aAcbLtqiqzySifls$jdKMOQjoWITHD/dWNNZVUH/qNc6aoJ7v4zYofi0U7IJSVTbmOfChS3mzaJbp57AodjdPNKPrnrip8Nlh2Qanx."; packages = with pkgs; [ - fish - steam - + firefox + fish + thunderbird ]; shell = pkgs.fish; - - }; + }; # Allow Unfree nixpkgs.config.allowUnfree = true; @@ -77,10 +75,8 @@ environment.systemPackages = with pkgs; [ - firefox flatpak git - thunderbird restic wget ];