forked from fabian/nix
		
	improve baseline module
This commit is contained in:
		
							parent
							
								
									bcd049b8c5
								
							
						
					
					
						commit
						995b085d82
					
				
					 3 changed files with 26 additions and 18 deletions
				
			
		|  | @ -13,18 +13,28 @@ in { | ||||||
|   config = mkIf cfg.enable { |   config = mkIf cfg.enable { | ||||||
|     xdg.enable = true; |     xdg.enable = true; | ||||||
| 
 | 
 | ||||||
|     home.packages = with pkgs; [ |     home = { | ||||||
|       calc |       packages = with pkgs; [ | ||||||
|       file |         calc | ||||||
|       git |         file | ||||||
|       htop |         git | ||||||
|       killall |         htop | ||||||
|       man-pages |         killall | ||||||
|       man-pages-posix |         man-pages | ||||||
|       tree |         man-pages-posix | ||||||
|       units |         tree | ||||||
|       unzip |         units | ||||||
|       zip |         unzip | ||||||
|     ]; |         vim | ||||||
|  |         zip | ||||||
|  |       ]; | ||||||
|  |     }; | ||||||
|  |     keyboard = { | ||||||
|  |       layout = "us"; | ||||||
|  |       variant = "altgr-intl"; | ||||||
|  |     }; | ||||||
|  |     sessionVariables = { | ||||||
|  |       "EDITOR" = mkDefault "vim"; | ||||||
|  |     }; | ||||||
|   }; |   }; | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -44,5 +44,8 @@ in { | ||||||
|         vim-multiple-cursors |         vim-multiple-cursors | ||||||
|       ]; |       ]; | ||||||
|     }; |     }; | ||||||
|  |     home.sessionVariables = { | ||||||
|  |       "EDITOR" = "neovim"; | ||||||
|  |     }; | ||||||
|   }; |   }; | ||||||
| } | } | ||||||
|  |  | ||||||
|  | @ -48,13 +48,8 @@ | ||||||
|     username = "fabian"; |     username = "fabian"; | ||||||
|     homeDirectory = "/home/fabian"; |     homeDirectory = "/home/fabian"; | ||||||
|     sessionVariables = { |     sessionVariables = { | ||||||
|       "EDITOR" = "nvim"; |  | ||||||
|       "TERMINAL" = "kitty"; |       "TERMINAL" = "kitty"; | ||||||
|     }; |     }; | ||||||
|     keyboard = { |  | ||||||
|       layout = "us"; |  | ||||||
|       variant = "altgr-intl"; |  | ||||||
|     }; |  | ||||||
|   }; |   }; | ||||||
|   programs.home-manager.enable = true; |   programs.home-manager.enable = true; | ||||||
| } | } | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue