Add packages

This commit is contained in:
aloslider
2026-03-05 16:11:08 +03:00
parent 37058e345a
commit c3a11470b9
+2 -1
View File
@@ -16,7 +16,8 @@ in
useGlobalPkgs = true;
users.benq = { pkgs, ... }: {
home.packages = with pkgs; [
lazygit
tmux
];
home.stateVersion = "25.05";
};