removed howdy
This commit is contained in:
		
							parent
							
								
									7e00113444
								
							
						
					
					
						commit
						1963808e1d
					
				|  | @ -31,14 +31,15 @@ | ||||||
|   environment.pathsToLink = ["/libexec"]; |   environment.pathsToLink = ["/libexec"]; | ||||||
| 
 | 
 | ||||||
|   # Enable the X11 windowing system |   # Enable the X11 windowing system | ||||||
|   services.xserver = { |   services = { | ||||||
|     enable = true; |  | ||||||
|     displayManager = { |     displayManager = { | ||||||
|       sddm = { |       sddm = { | ||||||
|         enable = true; |         enable = true; | ||||||
|         package = pkgs.kdePackages.sddm; |         package = pkgs.kdePackages.sddm; | ||||||
|       }; |       }; | ||||||
|     };    |     };    | ||||||
|  |     xserver = { | ||||||
|  |       enable = true; | ||||||
|       desktopManager = { |       desktopManager = { | ||||||
|         xterm.enable = false; |         xterm.enable = false; | ||||||
|       }; |       }; | ||||||
|  | @ -48,10 +49,14 @@ | ||||||
|         extraPackages = with pkgs; [ |         extraPackages = with pkgs; [ | ||||||
|           rofi |           rofi | ||||||
|           polybar |           polybar | ||||||
|  |           polybar-pulseaudio-control | ||||||
|           dunst |           dunst | ||||||
|  |           i3lock-color # locksreen | ||||||
|  |           arandr # manager monitor | ||||||
|         ]; |         ]; | ||||||
|       }; |       }; | ||||||
|     }; |     }; | ||||||
|  |   }; | ||||||
| 
 | 
 | ||||||
|   # Configure keymap in X11 |   # Configure keymap in X11 | ||||||
|   services.xserver.xkb.layout = "ch"; |   services.xserver.xkb.layout = "ch"; | ||||||
|  | @ -97,14 +102,15 @@ | ||||||
|   # $ nix search wget |   # $ nix search wget | ||||||
|   environment.shells = with pkgs; [ zsh ]; |   environment.shells = with pkgs; [ zsh ]; | ||||||
|   users.defaultUserShell = pkgs.zsh; |   users.defaultUserShell = pkgs.zsh; | ||||||
|   environment.systemPackages = with pkgs; [ |   environment.systemPackages = [ | ||||||
|     auto-cpufreq |     pkgs.auto-cpufreq | ||||||
|     neovim |     pkgs.neovim | ||||||
|     wget |     pkgs.wget | ||||||
|     neofetch |     pkgs.neofetch | ||||||
|     git |     pkgs.git | ||||||
|     gcc |     pkgs.gcc | ||||||
|     nodejs_22 |     pkgs.nodejs_22 | ||||||
|  |     pkgs.cargo | ||||||
|   ]; |   ]; | ||||||
| 
 | 
 | ||||||
|   # Some programs need SUID wrappers, can be configured further or are |   # Some programs need SUID wrappers, can be configured further or are | ||||||
|  |  | ||||||
							
								
								
									
										3
									
								
								home.nix
								
								
								
								
							
							
						
						
									
										3
									
								
								home.nix
								
								
								
								
							|  | @ -65,17 +65,14 @@ | ||||||
|     pkgs.tmux # multiplexer |     pkgs.tmux # multiplexer | ||||||
|     pkgs.nitrogen # wallpapers |     pkgs.nitrogen # wallpapers | ||||||
|     pkgs.fzf # fuzzy search |     pkgs.fzf # fuzzy search | ||||||
|     pkgs.i3lock-color # locksreen |  | ||||||
|     pkgs.brave # browser |     pkgs.brave # browser | ||||||
|     pkgs.oh-my-zsh # prompt |     pkgs.oh-my-zsh # prompt | ||||||
|     pkgs.picom # compositoe |     pkgs.picom # compositoe | ||||||
|     pkgs.ranger # file manager |     pkgs.ranger # file manager | ||||||
|     pkgs.superfile # file manager |     pkgs.superfile # file manager | ||||||
|     pkgs.obsidian # notes |     pkgs.obsidian # notes | ||||||
|     pkgs.arandr # manager monitor |  | ||||||
|     pkgs.keepassxc # passwords |     pkgs.keepassxc # passwords | ||||||
|     pkgs.devdocs-desktop # docs |     pkgs.devdocs-desktop # docs | ||||||
|     pkgs.cargo |  | ||||||
|     pkgs.spicetify-cli |     pkgs.spicetify-cli | ||||||
| 
 | 
 | ||||||
|     # # It is sometimes useful to fine-tune packages, for example, by applying |     # # It is sometimes useful to fine-tune packages, for example, by applying | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue