nixos-config/roles/desktop.nix
2023-02-22 00:34:25 +04:00

55 lines
656 B
Nix

{ inputs, ... }: {
imports = with inputs.self.nixosProfiles; [
./base.nix
boot
# PROFILES
applications-setup
bluetooth
power
opengl
hardware
sound
virtualisation
yubikey
vlock
alacritty
aerc
# cantata
# emacs
# vscodium
helix
firefox
# geary
github
gwenview
himalaya
nheko
packages
okular
pass-secret-service
copyq
cursor
direnv
fonts
gnome3
gtk
i3blocks
qt
slack
kdeconnect
light
mako
# mopidy
openvpn
simple-osd-daemons
sway
yubikey-touch-detector
shadowsocks
];
}