added programs
This commit is contained in:
parent
6a3e56db6a
commit
54ed0529ea
1 changed files with 37 additions and 0 deletions
37
config/programs-minimal.nix
Normal file
37
config/programs-minimal.nix
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
# 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; [
|
||||||
|
# GUI
|
||||||
|
unstable.feishin
|
||||||
|
unstable.signal-desktop
|
||||||
|
slack
|
||||||
|
speedcrunch
|
||||||
|
remmina
|
||||||
|
|
||||||
|
# Capturing
|
||||||
|
byzanz
|
||||||
|
scrot
|
||||||
|
|
||||||
|
# Displaying
|
||||||
|
zathura
|
||||||
|
feh
|
||||||
|
|
||||||
|
# System
|
||||||
|
pavucontrol
|
||||||
|
pulseaudio
|
||||||
|
devour # Swallow windows
|
||||||
|
caligula # Burn ISOs
|
||||||
|
|
||||||
|
# Transforms
|
||||||
|
imagemagick
|
||||||
|
pandoc
|
||||||
|
];
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue