Compare commits
	
		
			No commits in common. "4e990e85bbd0935b307802154ec5e9815f2ee291" and "26b41feeef730d73aa6c8fee7a751865a9653f74" have entirely different histories.
		
	
	
		
			4e990e85bb
			...
			26b41feeef
		
	
		|  | @ -5,16 +5,10 @@ | |||
| { config, lib, pkgs, callPackage, catppuccinFlavor, ... }: | ||||
| 
 | ||||
| { | ||||
|   imports = [  | ||||
|     ./hardware-configuration.nix | ||||
|   ]; | ||||
| 
 | ||||
|   programs.steam = { | ||||
|     enable = true; | ||||
|     remotePlay.openFirewall = true; # Open ports in the firewall for Steam Remote Play | ||||
|     dedicatedServer.openFirewall = true; # Open ports in the firewall for Source Dedicated Server | ||||
|     localNetworkGameTransfers.openFirewall = true; # Open ports in the firewall for Steam Local Network Game Transfers | ||||
|   }; | ||||
|   imports = | ||||
|     [  | ||||
|       ./hardware-configuration.nix | ||||
|     ]; | ||||
| 
 | ||||
|   catppuccin.flavor = catppuccinFlavor; | ||||
|   catppuccin.enable = true; | ||||
|  | @ -56,15 +50,14 @@ | |||
|           rofi | ||||
|           polybar | ||||
|           polybar-pulseaudio-control | ||||
|           pavucontrol | ||||
|           dunst | ||||
|           i3lock-color # locksreen | ||||
|           arandr # manager monitor | ||||
|           lxqt.lxqt-sudo | ||||
|         ]; | ||||
|       }; | ||||
|     }; | ||||
|   }; | ||||
| 
 | ||||
|   # Configure keymap in X11 | ||||
|   services.xserver.xkb.layout = "ch"; | ||||
|   services.displayManager.defaultSession = "none+i3"; | ||||
|  | @ -130,8 +123,6 @@ | |||
|     pkgs.kitty # terminal | ||||
|     pkgs.nitrogen # wallpapers | ||||
|     pkgs.tmux # multiplexer | ||||
| 
 | ||||
|     pkgs.steam | ||||
|   ]; | ||||
| 
 | ||||
|   # Some programs need SUID wrappers, can be configured further or are | ||||
|  | @ -177,7 +168,5 @@ | |||
|   # For more information, see `man configuration.nix` or https://nixos.org/manual/nixos/stable/options#opt-system.stateVersion . | ||||
|   system.stateVersion = "24.11"; # Did you read the comment? | ||||
|   nix.settings.experimental-features = [ "nix-command" "flakes" ]; | ||||
|    | ||||
|   services.gvfs.enable = true; # automount usb to pcmanfm | ||||
| } | ||||
| 
 | ||||
|  |  | |||
							
								
								
									
										14
									
								
								home.nix
								
								
								
								
							
							
						
						
									
										14
									
								
								home.nix
								
								
								
								
							|  | @ -62,13 +62,12 @@ | |||
|   # This value determines the Home Manager release that your configuration is | ||||
|   # compatible with. This helps avoid breakage when a new Home Manager release | ||||
|   # introduces backwards incompatible changes. | ||||
|    | ||||
|   # | ||||
|   # You should not change this value, even if you update Home Manager. If you do | ||||
|   # want to update the value, then make sure to first check the Home Manager | ||||
|   # release notes. | ||||
|   home.stateVersion = "24.05"; # Please read the comment before changing. | ||||
| 
 | ||||
| 
 | ||||
|   # The home.packages option allows you to install Nix packages into your | ||||
|   # environment. | ||||
|   nixpkgs.config.allowUnfree = true; | ||||
|  | @ -79,21 +78,12 @@ | |||
|     pkgs.oh-my-zsh # prompt | ||||
|     pkgs.picom # compositoe | ||||
|     pkgs.ranger # file manager | ||||
| 
 | ||||
|     pkgs.pcmanfm # gui file manager | ||||
|     pkgs.lxmenu-data # to be offered a list of "Installed applications" when opening a file. | ||||
|     pkgs.shared-mime-info # to recognise different file types. | ||||
| 
 | ||||
|     pkgs.superfile # file manager | ||||
|     pkgs.obsidian # notes | ||||
|     pkgs.keepassxc # passwords | ||||
|     pkgs.devdocs-desktop # docs | ||||
|     pkgs.spicetify-cli # spotify | ||||
| 
 | ||||
|     pkgs.libreoffice-qt # office | ||||
|     pkgs.hunspell # spell check | ||||
|     pkgs.hunspellDicts.uk_UA | ||||
|     pkgs.hunspellDicts.de_CH | ||||
|     pkgs.spicetify-cli | ||||
| 
 | ||||
|     # # It is sometimes useful to fine-tune packages, for example, by applying | ||||
|     # # overrides. You can do that directly here, just don't forget the | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue