25 current 1970-01-01 01:00:00 23.11.20240229.068d4db 6.1.79 *
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
							
								
								
									
										28
									
								
								home.nix
									
									
									
									
									
								
							
							
						
						
									
										28
									
								
								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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user