From 222eaf0fefbf48a59c92511ddfe5f19c43068f67 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Thu, 2 Feb 2023 17:24:59 +0000 Subject: [PATCH] Update configuration.nix --- configuration.nix | 34 +++++++++++++++++++++------------- 1 file changed, 21 insertions(+), 13 deletions(-) diff --git a/configuration.nix b/configuration.nix index efe9a20..a0aa06d 100644 --- a/configuration.nix +++ b/configuration.nix @@ -54,28 +54,36 @@ hashedPassword = "$6$aAcbLtqiqzySifls$jdKMOQjoWITHD/dWNNZVUH/qNc6aoJ7v4zYofi0U7IJSVTbmOfChS3mzaJbp57AodjdPNKPrnrip8Nlh2Qanx."; packages = with pkgs; [ + # Fonts + fira + fira-mono + roboto-slab + firefox - fish + neofetch thunderbird ]; - - shell = pkgs.fish; - }; + }; # Allow Unfree nixpkgs.config.allowUnfree = true; # Install some packages environment.systemPackages = - with pkgs; - [ - flatpak - git - git-lfs - restic - unzip - wget - ]; + with pkgs; + [ + avahi + cargo + flatpak + git + git-lfs + just + nix-index + restic + rustc + unzip + wget + ]; # Enable/Disable hardware ## Turn off PulseAudio