nixos-configs/README.md
matt1432 d56c451874
All checks were successful
Discord / discord commits (push) Has been skipped
docs: add ags readme
2024-01-18 09:41:57 -05:00

18 lines
726 B
Markdown

# My NixOS configs
## 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.
## About
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
explained [here](https://git.nelim.org/matt1432/nixos-configs/src/branch/master/devices)
For QOL, I symlink the configs to my main user's home
directory following the tutorial [here](https://nixos.wiki/wiki/NixOS_configuration_editors)