diff options
| author | scouckel <james.krinsky@gmail.com> | 2025-11-26 03:34:50 -0600 |
|---|---|---|
| committer | scouckel <james.krinsky@gmail.com> | 2025-11-26 03:34:50 -0600 |
| commit | b6a8516d01e3bb256c88dc3e42470d9e5fd2ae20 (patch) | |
| tree | a8ad1ed93a33c79dc3f3de13cd72f76eb7b3a3fd /README.md | |
| parent | 94f99ad3d4bb375d0d1296e4b2755057bd812fd9 (diff) | |
add generic flake for tests
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -4,6 +4,16 @@ moved to nixos after using arch for the vast majority of my linux career largely i encourage you not to use this configuration as is, even if i do: not very pretty, exceedingly simple, not very elegant, written stupidly +IF YOU WANT TO USE THE CONFIG: +clone into any directory (i recommend home folder) +cd into hosts/generic and + - change hostname in configuration.nix to desired hostname + - change user in configuration.nix and home.nix to user name + - consider setting your hyprland monitors in home.nix under wayland.windowManager.hyprland.settings.monitor + - consider changing your timezone in configuration.nix under time.timeZone +run sudo nixos-rebuild switch --flake /path/to/directory/nixosconf/#generic +fix as necessary + hosts: tiamat is a framework 13 laptop, named because the io modules are kind of like the heads (also the name is awesome) @@ -22,4 +32,4 @@ xanathar ii (my old laptop, and maybe future server) is an hp pavilion from a fe - whatever is in one of those things -hope you enjoy reading my config files
\ No newline at end of file +hope you enjoy reading my config files |
