dotfiles/nixpkgs/secret
Oystein Kristoffer Tveit bc1cfdfeaf Squash some bugs that kept nix from building 2021-12-15 03:24:21 +01:00
..
programs Modularize nix config more 2021-12-13 00:35:22 +01:00
ssh/hosts Squash some bugs that kept nix from building 2021-12-15 03:24:21 +01:00
.gitignore Add lots of new nix config 2021-12-11 15:29:12 +01:00
README.md Add lots of new nix config 2021-12-11 15:29:12 +01:00
default.nix Modularize nix config more 2021-12-13 00:35:22 +01:00
update.sh Add lots of new nix config 2021-12-11 15:29:12 +01:00

README.md

Secrets

Structure

.
├── common
│  ├── browser-bookmarks.nix
│  └── browser-engines.nix
├── programs
│  ├── chromium
│  │  ├── bookmarks.nix
│  │  ├── default.nix
│  │  └── engines.nix
│  ├── newsboat
│  │  ├── default.nix
│  │  └── sources.nix
│  ├── qutebrowser
│  │  ├── bookmarks.nix
│  │  ├── default.nix
│  │  └── engines.nix
│  └── default.nix
├── ssh
│  └── hosts
│     ├── default.nix
│     ├── home.nix
│     ├── ntnu.nix
│     ├── pvv.nix
│     └── users.nix
├── default.nix
├── README.md
└── update.sh