commit | f51368937d8dfa4936639110dec76f81b5122f5b | [log] [tgz] |
---|---|---|
author | Samuel Shuert <coded@clicks.codes> | Thu Jun 20 21:04:47 2024 -0400 |
committer | Skyler Grey <minion@clicks.codes> | Fri Jun 21 19:14:32 2024 +0000 |
tree | bec63725636f7ee8700354139d7e967a680dadf4 | |
parent | ade39f583a65818923bd8f570726c5ba5f06feb6 [diff] |
fix(options)!: Fix option names to be more categorical Chimera users have been moved to chimera.users.<name> and touchpad is now under chimera.input.touchpad.enable. Everything using these options has been updated to point to the correct path Change-Id: I9873f39378da0dc877d73f97769105c464a1780d Reviewed-on: https://git.clicks.codes/c/Chimera/NixFiles/+/760 Reviewed-by: Skyler Grey <minion@clicks.codes> Tested-by: Samuel Shuert <coded@clicks.codes>
diff --git a/homes/x86_64-linux/minion@greylag/default.nix b/homes/x86_64-linux/minion@greylag/default.nix index 52a91e6..6412d20 100644 --- a/homes/x86_64-linux/minion@greylag/default.nix +++ b/homes/x86_64-linux/minion@greylag/default.nix
@@ -19,7 +19,7 @@ ... }: { - chimera.minion.enable = true; + chimera.users.minion.enable = true; home.packages = [ pkgs.wl-clipboard ];
diff --git a/homes/x86_64-linux/skyler@canvasback/default.nix b/homes/x86_64-linux/skyler@canvasback/default.nix index ccfd1f1..e4fbbf0 100644 --- a/homes/x86_64-linux/skyler@canvasback/default.nix +++ b/homes/x86_64-linux/skyler@canvasback/default.nix
@@ -23,7 +23,7 @@ pkgs.home-manager pkgs.chimera.gtimelog-collabora ]; - chimera.minion.enable = true; + chimera.users.minion.enable = true; home.shellAliases.home-manager = "${pkgs.home-manager}/bin/home-manager --flake ${config.chimera.shell.rebuildFlakePath}#skyler@canvasback";