my nixos flake. don't shout at me this is my first time using nix{,os}.
nixos/
├── hosts/
│ └── nixos/
├── modules/
│ ├── system/
│ │ ├── packages/
│ │ │ ├── global.nix
│ │ │ ├── system.nix
│ │ │ └── fonts.nix
│ │ ├── programs/
│ │ └── services/
│ └── users/
│ └── iris/
│ ├── desktop/
│ ├── packages/
│ ├── programs/
│ └── scripts/
├── pkgs/
└── overlays/
i use github:casey/just for running commands.
git clone https://github.com/irimoe/flake.git
cd flake
just switch
tip! check the justfile
or run just --list
for more commands!
just switch
- apply configurationjust build
- build without applyingjust update
- update flake inputsjust gc
- run garbage collectionjust check
- check flake for errors
this repository is licensed under the copyleft gnu general public license version 3.0. all files in this repository are licensed under the same license unless explicitly stated otherwise. see COPYING for more information.