My personal NixOS configurations
nix
Find a file
2023-11-30 17:25:44 +01:00
modules gnome gtk3 adwaita theme 2023-11-30 17:25:44 +01:00
.gitignore convoluted solution looking for a problem 2023-09-24 10:15:53 +02:00
hetzner-vpn1.nix use some unstable pkgs, reorganize hw 2023-10-02 17:14:20 +02:00
LICENSE Create LICENSE 2023-04-04 22:19:39 +02:00
README.md Update README.md 2023-10-06 19:50:24 +02:00
vinzenz-lpt.nix enable flatpak on all desktops 2023-11-06 13:38:38 +01:00
vinzenz-pc2.nix switch pc2 to gnome 2023-11-24 16:12:21 +01:00

nixos-configuration

/
├── modules
│  ├── desktop
│  ├── hardware (includes hostname.nix)
│  └── users
└── hostname.nix (imports modules)

When adding a new host: ln -s ./new-devicename.nix /etc/nixos/configuration.nix

Use sudo nix-channel --add https://github.com/nix-community/home-manager/archive/release-23.05.tar.gz home-manager to add home manager support.