c4f1be8a38fd1938f3043e465296cb4ff496d385
Merge pull request 'feature(udev): add support for vial.rocks configurable devices and add the native app as well' (#69) from feature/lily58 into main
NixOS config
My personal NixOS configurations.
config structure
.
├── flake.lock
├── flake.nix # flake definition
├── hosts
│ └── neon
│ ├── configuration.nix # import nix-modules for specific host
│ └── hardware-configuration.nix # hardware configs for specific host
├── modules
│ ├── home-manager
│ │ ├── xyz_module.nix
│ └── nixos
│ └── xyz_module.nix
└── users
└── aaron
└── home.nix # import home-manager modules for specific user
installation
For more details about the installation procedure see: INSTALLATION.md
author
aaron aaron@0x29a.ch
Languages
Nix
100%