nixos-configs/README.md

18 lines
726 B
Markdown
Raw Normal View History

# My NixOS configs
2024-01-18 09:41:57 -05:00
## Ags
You might find it weird that most of my config is written in TypeScript.
That is because all my desktops run [AGS](https://github.com/Aylur/ags) for UI.
Click on [this](https://git.nelim.org/matt1432/nixos-configs/src/branch/master/modules/ags) to see my configuration.
2024-01-17 20:16:26 -05:00
## About
2024-01-17 20:16:26 -05:00
This repo is my complete configuration of machines I own,
running NixOS or Nix. I tend to mix Home-Manager and NixOS
a lot to make my custom modules by using my global vars system
2024-01-17 21:07:02 -05:00
explained [here](https://git.nelim.org/matt1432/nixos-configs/src/branch/master/devices)
2024-01-17 20:16:26 -05:00
For QOL, I symlink the configs to my main user's home
directory following the tutorial [here](https://nixos.wiki/wiki/NixOS_configuration_editors)