mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-04 03:52:10 +02:00
Init
This commit is contained in:
17
hadi/utils.nix
Normal file
17
hadi/utils.nix
Normal file
@@ -0,0 +1,17 @@
|
||||
{ pkgs, ... }: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
unzip
|
||||
ripgrep
|
||||
wget
|
||||
libva
|
||||
qt5ct
|
||||
stow
|
||||
blueman
|
||||
gcc
|
||||
peaclock
|
||||
alejandra
|
||||
libnotify
|
||||
xdg_utils
|
||||
tldr
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user