dotfiles/os/default.nix
Geoffrey Frogeye a39118d439
Allow setting OS-level password
Bit ugly as it is, but we're slowly iterating towards a secret manager
I'm happy with.
2024-06-18 22:56:44 +02:00

22 lines
301 B
Nix

{ disko, ... }:
{
imports = [
../options.nix
../common/frogarized
./battery.nix
./boot
./ccc
./common.nix
./desktop
./dev
disko.nixosModules.disko
./gaming
./geoffrey.nix
./password
./printing
./remote-builds
./style
./wireless
];
}