From 361959d426e45bf44077e0d49f54a034395a36e3 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 29 Apr 2025 18:38:38 -0700 Subject: don't install packages via homebrew We can install everything through nix at this point. Add a helper function to check the type of the machine so we can install some packages for work vs. personal. --- nix/users/fcuny/personal.nix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 nix/users/fcuny/personal.nix (limited to 'nix/users/fcuny/personal.nix') diff --git a/nix/users/fcuny/personal.nix b/nix/users/fcuny/personal.nix new file mode 100644 index 0000000..9dc9ebf --- /dev/null +++ b/nix/users/fcuny/personal.nix @@ -0,0 +1,7 @@ +{ pkgs, ... }: +{ + home.packages = with pkgs; [ + vlc-bin + zoom-us + ]; +} -- cgit v1.2.3