Do not apply these settings on your own system, Fork this repo and modify it to your desires.
- [Hosts] Contains all host files.
- [Modules] Contains all the NixOS/HM modules that make up this configuraiton.
- [flake.nix] Contains the main flake file.
- [home.nix] Contains the main home file.
If you have setup a NixOS system with a configuration.nix file, it's possible to switch over to this nix config with the following commands:
nix-shell -p nixFlakes git
after you have done that you will git clone the repo then use this command:
[nix-shell:~]$ cd [Repo name]
[nix-shell:~]$ rm ~/.gtkrc-2.0
[nix-shell:~]$ sudo nixos-rebuild switch --flake .#[Hostname]