diff --git a/users/chloe/configuration.nix b/users/chloe/configuration.nix index 4f47f34..afd13a6 100644 --- a/users/chloe/configuration.nix +++ b/users/chloe/configuration.nix @@ -5,7 +5,6 @@ environment.systemPackages = with pkgs; [ ]; # services for all machines - services.karabiner-elements.enable = true; # configuration for shared modules. # all custom options in 'shared' for clarity. diff --git a/users/chloe/paperback/configuration.nix b/users/chloe/paperback/configuration.nix new file mode 100644 index 0000000..6fc73ce --- /dev/null +++ b/users/chloe/paperback/configuration.nix @@ -0,0 +1,6 @@ +_: { + homebrew = { + enable = true; + casks = [ "eloston-chromium" ]; + }; +} diff --git a/users/chloe/paperback/home.nix b/users/chloe/paperback/home.nix index eff27c5..bf0affe 100644 --- a/users/chloe/paperback/home.nix +++ b/users/chloe/paperback/home.nix @@ -13,5 +13,6 @@ pnpm yt-dlp spotdl + zig ]; }