(͡ ͡° ͜ つ ͡͡°) っ✂╰⋃╯
Go to file
Peder Bergebakken Sundt feb9d41ce1 lots of unfree and intel acceleration 2023-03-03 21:12:55 +01:00
cachix lots of small fixes 2023-02-25 01:37:09 +01:00
hardware lots of unfree and intel acceleration 2023-03-03 21:12:55 +01:00
hosts bolle 2023-03-04 01:47:45 +01:00
profiles more docs! 2023-03-03 21:12:55 +01:00
users users.pbsds.home: better mpv 2023-03-03 21:12:55 +01:00
.editorconfig lots of small fixes 2023-02-25 01:37:09 +01:00
.envrc lots of unfree and intel acceleration 2023-03-03 21:12:55 +01:00
.gitignore make it snow! 2023-02-25 05:06:52 +01:00
README.md stuff 2023-03-02 23:06:43 +01:00
base.nix lots of unfree and intel acceleration 2023-03-03 21:12:55 +01:00
cachix.nix Initial commit 2023-02-24 21:36:30 +01:00
flake.lock flake.lock: Update 2023-03-03 21:12:55 +01:00
flake.nix minor cleanup 2023-03-01 03:20:31 +01:00
shell.nix add dev shell 2023-02-26 21:38:38 +01:00

README.md

Initial setup (old)

nixos-generate-config

Reading list

TODOs:

Cheatsheet

How to evaluate nixos flake/configuration.nix, checking if the drv hash is equal

nix eval .#nixosConfigurations.noximilien.config.system.build.toplevel.outPath
# or
nix-instantiate '<nixpkgs/nixos>' -A system -I nixos-config=./configuration.nix