mirror of
https://github.com/szymon-jozef/amazing-dotfiles.git
synced 2026-09-07 12:10:45 +02:00
init
This commit is contained in:
18
modules/packages.nix
Normal file
18
modules/packages.nix
Normal file
@@ -0,0 +1,18 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
gh
|
||||
fastfetch
|
||||
neovim
|
||||
fd
|
||||
duf
|
||||
gdu
|
||||
tealdeer
|
||||
grim
|
||||
slurp
|
||||
wl-clipboard
|
||||
mako
|
||||
bc
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user