nixos-config/roles/desktop.nix
Dmitriy Kholkin 535e5e95b1 add waydroid
2022-05-30 19:31:40 +03:00

54 lines
661 B
Nix

{ inputs, ... }: {
imports = with inputs.self.nixosModules; with inputs.self.nixosProfiles; [
./base.nix
inputs.base16.hmModule
xray
applications-setup
filesystems
hardware
mullvad
samba
services
sound
themes
virtualisation
alacritty
corectrl
firefox
gamemode
himalaya
kitty
mangohud
mpv
# ncmpcpp
packages
piper
rofi
spotify
steam
syncthing
vivaldi
vscode
waydroid
cursor
direnv
fonts
gtk
i3status-rust
kde
light
mako
nix-index
picom
print-scan
proxy
sway
vscode-server
];
}