My nix setup
Go to file
2023-06-14 10:44:57 -06:00
bins hello world! 2023-06-14 10:44:57 -06:00
configs hello world! 2023-06-14 10:44:57 -06:00
dbuild hello world! 2023-06-14 10:44:57 -06:00
gui hello world! 2023-06-14 10:44:57 -06:00
hosts hello world! 2023-06-14 10:44:57 -06:00
overlays hello world! 2023-06-14 10:44:57 -06:00
pkgs hello world! 2023-06-14 10:44:57 -06:00
services hello world! 2023-06-14 10:44:57 -06:00
system hello world! 2023-06-14 10:44:57 -06:00
users hello world! 2023-06-14 10:44:57 -06:00
.allowed_signers hello world! 2023-06-14 10:44:57 -06:00
.envrc hello world! 2023-06-14 10:44:57 -06:00
.gitignore hello world! 2023-06-14 10:44:57 -06:00
boot hello world! 2023-06-14 10:44:57 -06:00
check-restart hello world! 2023-06-14 10:44:57 -06:00
common.sh hello world! 2023-06-14 10:44:57 -06:00
default.nix hello world! 2023-06-14 10:44:57 -06:00
deploy hello world! 2023-06-14 10:44:57 -06:00
flake.lock hello world! 2023-06-14 10:44:57 -06:00
flake.nix hello world! 2023-06-14 10:44:57 -06:00
fmt hello world! 2023-06-14 10:44:57 -06:00
installer.nix hello world! 2023-06-14 10:44:57 -06:00
LICENSE hello world! 2023-06-14 10:44:57 -06:00
README.md hello world! 2023-06-14 10:44:57 -06:00

nix-conf

.
├── bins
│   ├── default.nix
│   ├── ix.nix
│   ├── rage.nix
│   └── sfetch.nix
├── boot
├── configs
│   ├── colemak.nix
│   ├── develop.nix
│   ├── dns.nix
│   ├── doas.nix
│   ├── emacs.nix
│   ├── gitmux.nix
│   ├── git.nix
│   ├── neovim.lua
│   ├── neovim.nix
│   ├── tmux.nix
│   ├── ts.nix
│   └── zsh.nix
├── dbuild
│   ├── build-consumer.nix
│   ├── build-server.nix
│   └── default.nix
├── default.nix
├── deploy
├── flake.lock
├── flake.nix
├── fmt
├── gui
│   ├── default.nix
│   ├── gnome.nix
│   ├── kde.nix
│   └── xfce.nix
├── hosts
│   ├── box
│   │   ├── default.nix
│   │   ├── hardware-configuration.nix
│   │   └── secrets
│   │       └── services.yaml
│   ├── europa
│   │   ├── default.nix
│   │   └── hardware-configuration.nix
│   ├── faf
│   │   ├── default.nix
│   │   └── hardware-configuration.nix
│   ├── hass
│   ├── litr
│   │   ├── default.nix
│   │   └── hardware-configuration.nix
│   ├── nerm
│   │   ├── default.nix
│   │   └── hardware-configuration.nix
│   └── weather
│       ├── default.nix
│       └── hardware-configuration.nix
├── installer.nix
├── LICENSE
├── pkgs
│   ├── cinny-desktop.nix
│   ├── default.nix
│   ├── gitmux.nix
│   └── mudita-center.nix
├── README.md
├── services
│   ├── config-manager.nix
│   ├── default.nix
│   └── ssh-fido-agent.nix
├── shell.nix
├── system
│   ├── nix-config.nix
│   ├── nix-lockdown.nix
│   └── update.nix
└── users
    └── default.nix

17 directories, 57 files