25 current 1970-01-01 01:00:00 23.11.20240229.068d4db 6.1.79 *

This commit is contained in:
Max Känner 2024-03-01 18:40:12 +01:00
parent 34fde8f2eb
commit 09910c9581
2 changed files with 18 additions and 17 deletions

View File

@ -92,10 +92,7 @@
isNormalUser = true; isNormalUser = true;
description = "Max Känner"; description = "Max Känner";
extraGroups = ["networkmanager" "wheel"]; extraGroups = ["networkmanager" "wheel"];
packages = with pkgs; [ shell = pkgs.zsh;
firefox
# thunderbird
];
}; };
home-manager = { home-manager = {
@ -138,6 +135,8 @@
programs.nix-ld.enable = true; programs.nix-ld.enable = true;
programs.nix-ld.libraries = with pkgs; []; programs.nix-ld.libraries = with pkgs; [];
programs.zsh.enable = true;
# List services that you want to enable: # List services that you want to enable:
# fingerprint unlock # fingerprint unlock

View File

@ -19,19 +19,21 @@
# The home.packages option allows you to install Nix packages into your # The home.packages option allows you to install Nix packages into your
# environment. # environment.
home.packages = [ home.packages = with pkgs; [
pkgs.zsh zsh
pkgs.starship starship
pkgs.zoxide zoxide
pkgs.nerdfonts nerdfonts
pkgs.lazygit lazygit
pkgs.btop btop
pkgs.bat bat
pkgs.eza eza
pkgs.unzip unzip
pkgs.rustup rustup
pkgs.keepassxc keepassxc
pkgs.nextcloud-client nextcloud-client
firefox
thunderbird
]; ];
# Home Manager is pretty good at managing dotfiles. The primary way to manage # Home Manager is pretty good at managing dotfiles. The primary way to manage