first commit
This commit is contained in:
commit
e68334179c
1 changed files with 20 additions and 0 deletions
20
README.md
Normal file
20
README.md
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# My NixOS Flake Config
|
||||||
|
My attempt to have one repo and set of config files for both of my NixOS machines.
|
||||||
|
|
||||||
|
My thoughts before is started this are [here](https://blog.arkadi.one/p/nixos-multiple-machine-flake/).
|
||||||
|
|
||||||
|
```
|
||||||
|
└── nixos-config
|
||||||
|
├── base.nix
|
||||||
|
├── bluenix
|
||||||
|
│ ├── configuration.nix
|
||||||
|
│ └── hardware-configuration.nix
|
||||||
|
├── flake.nix
|
||||||
|
├── fonts.nix
|
||||||
|
├── gnome.nix
|
||||||
|
├── greynix
|
||||||
|
│ ├── configuration.nix
|
||||||
|
│ └── hardware-configuration.nix
|
||||||
|
├── home.nix
|
||||||
|
└── systemd.nix
|
||||||
|
```
|
Loading…
Add table
Add a link
Reference in a new issue