nix config used on my personal computers
Find a file
2024-04-03 19:09:31 -07:00
assets uhhh 2024-04-02 18:40:14 -07:00
config uhhh 2024-04-02 18:40:14 -07:00
hosts/goopnet-interface uninstall wine. 2024-04-03 00:01:20 -07:00
lib fully tabs2space 2024-04-02 23:11:47 -07:00
modules an attempt to get 4k@60hz to work (did not) 2024-04-03 19:09:31 -07:00
overlays init 2024-03-28 01:38:40 -07:00
packages font fix? maybe? 2024-04-02 19:01:15 -07:00
.editorconfig init 2024-03-28 01:38:40 -07:00
default.nix fully tabs2space 2024-04-02 23:11:47 -07:00
flake.lock uhhh 2024-04-02 18:40:14 -07:00
flake.nix font fix? maybe? 2024-04-02 19:01:15 -07:00
readme.md install wine 2024-04-02 23:54:26 -07:00

dotfiles

nix flake config! this is just used on my personal computer

users

this flake is built upon a single user system for all hosts, enforced by modules/user.nix. this makes it alot easier to make moduels that use nixos and home-manager

hosts

each host should have these files:

  • default.nix, contains everything relating to the basic system
  • hardware.nix, hardware configuration.

todo

  • move common config such as bootloader and networking settings to default.nix
  • flake-parts (hopefully we can merge the 2 repositories once we find a user solution)
  • find out why nwg-drawer's overlay feature doesn't work... log and see?