Add packages
This commit is contained in:
+2
-1
@@ -16,7 +16,8 @@ in
|
|||||||
useGlobalPkgs = true;
|
useGlobalPkgs = true;
|
||||||
users.benq = { pkgs, ... }: {
|
users.benq = { pkgs, ... }: {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
lazygit
|
||||||
|
tmux
|
||||||
];
|
];
|
||||||
home.stateVersion = "25.05";
|
home.stateVersion = "25.05";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user