My NixOS and home-manager config using Flakes ❄️. I like to call it FruesOS.
				
			
		| .github/assets | ||
| hosts/nixos | ||
| modules | ||
| pkgs | ||
| wallpapers | ||
| flake.lock | ||
| flake.nix | ||
| install.sh | ||
| LICENSE | ||
| README.md | ||
   
 
   
      Frost-Phoenix's Flakes 
   
      
 
   
   
 
Screeenshot last updated 2023-12-22
📦 Overview
- flake.nix base of the configuration
 - hosts 🌳 per-host configurations that contain machine specific configurations
- nixos 🖥️ Default host
 
 - modules 🍱 modularized NixOS configurations
- core ⚙️ Core NixOS configuration
 - homes 🏠 my Home-Manager config
 
 - pkgs 💿 packages exported by my flake
 - wallpapers 🌄 wallpapers collection
 
👥 Credits
Other dotfiles that inspired me:
- 
Nix Flakes
- nomadics9/NixOS-Flake: This is where I start my hyprland journey.
 - samiulbasirfahim/Flakes: General flake / files structure
 - justinlime/dotfiles: Mainly waybar
 - fufexan/dotfiles: gtk theme, xdg, git, media, anyrun, etc.
 
 - 
README