feat: modular home

This commit is contained in:
Ryan Yin
2023-12-24 19:54:39 +08:00
parent 2d44bc6006
commit ac4f625768
10 changed files with 105 additions and 56 deletions

View File

@@ -7,6 +7,10 @@
with lib; let
cfg = config.modules.desktop.i3;
in {
imports = [
./nvidia.nix
];
options.modules.desktop.i3 = {
enable = mkEnableOption "i3 window manager";
};