From b58efdea00dc58a3c68e7ed6f2f91fac6e7c8fa4 Mon Sep 17 00:00:00 2001 From: chloe caruso Date: Tue, 27 May 2025 12:52:11 -0700 Subject: [PATCH] laptop adjustments --- users/chloe/configuration.nix | 1 - users/chloe/paperback/configuration.nix | 6 ++++++ users/chloe/paperback/home.nix | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 users/chloe/paperback/configuration.nix 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 ]; }