Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wueestry/nixos-config

Current nixos configuration using snowfall lib as flake structure
https://github.com/wueestry/nixos-config

dotfiles home-manager-config linux nixos nixos-configuration snowfall snowfall-lib

Last synced: about 18 hours ago
JSON representation

Current nixos configuration using snowfall lib as flake structure

Awesome Lists containing this project

README

        



My NixOS flake made with snowfall.

## Systems

- *Athena*: Lenovo Yoga Pro 7X Slim Nvidia
- Used for development

- *Ares*: Workstation (AMD Ryzen 7 5800X, NVIDIA RTX 3070)
- Dual boot

### Generating user-dirs

After a fresh install, the user home directory is completly empty. In order to generate the Documents, Downloads, eg. subfolders run
```
nix-shell -p xdg-user-dirs
xdg-user-dirs-update
```