From 09910c9581e427fcd0f1b4a904a35f7ce10ab2cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20K=C3=A4nner?= Date: Fri, 1 Mar 2024 18:40:12 +0100 Subject: [PATCH] 25 current 1970-01-01 01:00:00 23.11.20240229.068d4db 6.1.79 * --- configuration.nix | 7 +++---- home.nix | 28 +++++++++++++++------------- 2 files changed, 18 insertions(+), 17 deletions(-) diff --git a/configuration.nix b/configuration.nix index 603390f..2fedd1a 100644 --- a/configuration.nix +++ b/configuration.nix @@ -92,10 +92,7 @@ isNormalUser = true; description = "Max Känner"; extraGroups = ["networkmanager" "wheel"]; - packages = with pkgs; [ - firefox - # thunderbird - ]; + shell = pkgs.zsh; }; home-manager = { @@ -138,6 +135,8 @@ programs.nix-ld.enable = true; programs.nix-ld.libraries = with pkgs; []; + programs.zsh.enable = true; + # List services that you want to enable: # fingerprint unlock diff --git a/home.nix b/home.nix index 9c5d4c9..a2a6fd8 100644 --- a/home.nix +++ b/home.nix @@ -19,19 +19,21 @@ # The home.packages option allows you to install Nix packages into your # environment. - home.packages = [ - pkgs.zsh - pkgs.starship - pkgs.zoxide - pkgs.nerdfonts - pkgs.lazygit - pkgs.btop - pkgs.bat - pkgs.eza - pkgs.unzip - pkgs.rustup - pkgs.keepassxc - pkgs.nextcloud-client + home.packages = with pkgs; [ + zsh + starship + zoxide + nerdfonts + lazygit + btop + bat + eza + unzip + rustup + keepassxc + nextcloud-client + firefox + thunderbird ]; # Home Manager is pretty good at managing dotfiles. The primary way to manage