Add home-manager

This commit is contained in:
Marko Korhonen 2024-09-16 08:54:52 +03:00
parent b3416f1f58
commit eae3e9544c
5 changed files with 71 additions and 13 deletions

View file

@ -64,14 +64,12 @@
};
environment.systemPackages = with pkgs; [
git
gnumake
home-manager
neovim
telegram-desktop
zsh
neofetch
usbutils
wl-clipboard
git
pass
gnumake
];
}