From e0d45a7f4537d8b2478df1e0de9ce84c81c9fc64 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Mon, 26 Feb 2024 16:38:17 -0800 Subject: Add some packages --- ginaz/configuration.nix | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'ginaz') diff --git a/ginaz/configuration.nix b/ginaz/configuration.nix index 32259fa..9dd7e6a 100644 --- a/ginaz/configuration.nix +++ b/ginaz/configuration.nix @@ -19,12 +19,13 @@ boot.supportedFilesystems = [ "zfs" ]; boot.zfs.devNodes = "/dev/disk/by-label"; + documentation.man.enable = true; + environment.shells = with pkgs; [ zsh ]; # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [ curl - firefox i3 vim wget @@ -36,13 +37,19 @@ networking.hostName = "ginaz"; networking.networkmanager.enable = true; - # Some programs need SUID wrappers, can be configured further or are - # started in user sessions. - programs.mtr.enable = true; + nixpkgs.config.allowUnfree = true; + + programs.atop.enable = true; + programs.firefox.enable = true; programs.gnupg.agent = { enable = true; enableSSHSupport = true; }; + programs.iftop.enable = true; + programs.mtr.enable = true; + programs.nm-applet.enable = true; + programs.steam.enable = true; + programs.tmux.enable = true; programs.zsh.enable = true; security.rtkit.enable = true; -- cgit v1.2.3