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;
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

View File

@ -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