homemmanegr
This commit is contained in:
14
modules/home/packages.nix
Normal file
14
modules/home/packages.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
neofetch
|
||||
btop
|
||||
zsh
|
||||
wl-clipboard
|
||||
kitty
|
||||
vim
|
||||
wget
|
||||
curl
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user