nixos-config/roles/desktop.nix
Dmitriy Kholkin a5bea9a232 add xray
2022-03-22 06:06:33 +03:00

50 lines
617 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
gamemode
himalaya
kitty
mangohud
mpv
# ncmpcpp
packages
piper
rofi
spotify
steam
syncthing
vivaldi
vscode
cursor
direnv
fonts
gtk
i3status-rust
kde
light
mako
nix-index
picom
print-scan
proxy
sway
];
}