initial commit with desktop
This commit is contained in:
28
configs/gui.nix
Normal file
28
configs/gui.nix
Normal file
@ -0,0 +1,28 @@
|
||||
{ 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
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user