Add a couple packages to the home manager configuration that previously only existed in the NixOS configuration
This commit is contained in:
parent
011a7be860
commit
c75e935a2c
|
|
@ -24,7 +24,11 @@ in
|
|||
stateVersion = "25.11";
|
||||
|
||||
packages = with pkgs; [
|
||||
git
|
||||
tldr
|
||||
tmux
|
||||
vim-full
|
||||
wl-clipboard
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue