Files
nixos-config/configs/gui.nix
Alexander Szczepanski 646b0b4ce5 initial commit with desktop
2021-06-09 20:52:21 +02:00

29 lines
452 B
Nix

{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
kitty
chromium
gparted
keepassxc
meld
twemoji-color-font
mpv
brave
firefox
alacritty
baobab
lutris
insomnia
jellyfin-web
kdenlive
nextcloud-client
barrier
solaar
spotify
vulkan-tools
gnome.eog
virtmanager
];
}