From aff435a0fb3a56b1d7b738c7dede363440884b3a Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Thu, 17 Sep 2026 15:05:36 +0100 Subject: Add the Canonical laptop profile and setup workflows --- nix/flake.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'nix/flake.nix') diff --git a/nix/flake.nix b/nix/flake.nix index d871ce7..b140bf0 100644 --- a/nix/flake.nix +++ b/nix/flake.nix @@ -260,6 +260,10 @@ devShells.${system}.default = pkgs.mkShellNoCC { packages = with pkgs; [ basedpyright + chezmoi + git + jq + python3 just nixfmt prettier @@ -275,6 +279,7 @@ homeConfigurations = { vm = mkProfile ./vm.nix; host = mkProfile ./host.nix; + canonical = mkProfile ./canonical.nix; }; }; } -- cgit v1.3.1