This repository has been archived on 2025-03-18. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
dotfiles/nixpkgs/secret
..
2021-12-13 00:35:22 +01:00
2021-12-11 15:29:12 +01:00
2021-12-13 00:35:22 +01:00
2021-12-11 15:29:12 +01:00
2021-12-11 15:29:12 +01:00

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