Moved files
This commit is contained in:
parent
f0f251c814
commit
d8f3613304
12 changed files with 191 additions and 741 deletions
50
config/system.nix
Normal file
50
config/system.nix
Normal file
|
@ -0,0 +1,50 @@
|
|||
# This is your system's configuration file.
|
||||
# Use this to configure your system environment (it replaces /etc/nixos/configuration.nix)
|
||||
{
|
||||
inputs,
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
myhostname,
|
||||
...
|
||||
}: {
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
# System
|
||||
xsel
|
||||
unzip
|
||||
zip
|
||||
wget
|
||||
alsa-utils
|
||||
upower
|
||||
htop
|
||||
pavucontrol
|
||||
procps
|
||||
fzf
|
||||
eza
|
||||
btop
|
||||
acpi
|
||||
xclip
|
||||
dysk
|
||||
rsync
|
||||
procs
|
||||
dust
|
||||
scrot
|
||||
xbanish
|
||||
brightnessctl
|
||||
lolcat
|
||||
fortune
|
||||
cowsay
|
||||
ripgrep
|
||||
poppler_utils
|
||||
grc
|
||||
pkg-config
|
||||
vim
|
||||
bat
|
||||
fd
|
||||
arion
|
||||
bluez
|
||||
bluez-tools
|
||||
openssl
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue