diff options
| author | Rosa <rosaontheweb@proton.me> | 2026-03-27 13:11:19 -0400 |
|---|---|---|
| committer | Rosa <rosaontheweb@proton.me> | 2026-03-27 13:11:19 -0400 |
| commit | 26a16a10c8500c51d251ba21204a8144c8072fb4 (patch) | |
| tree | 55cc4265a8561a54edb156c33b552fed4ca6527b /flake.nix | |
| parent | f13cebcd9cd4e23130e488ec2c3035bc7aebde5b (diff) | |
backlight and volume control bindings
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -62,6 +62,11 @@ hostName = "meowbook"; }; + + canadian-government-system = mkSystem { + additionalModules = [ disko.nixosModules.disko ]; + hostName = "canadian-government-system"; + }; }; }; } |
