nixos-config/roles/desktop.nix
Dmitriy Kholkin e965d93842
Some checks failed
Build ISO / build (push) Has been cancelled
huge cleanup and refactoring
2024-01-21 19:29:36 +03:00

52 lines
651 B
Nix

{ inputs, ... }: {
imports = with inputs.self.customProfiles; [
./base.nix
inputs.base16.hmModule
inputs.self.customProfiles.seadrive
applications-setup
hardware
sound
themes
virtualisation
alacritty
corectrl
element
email
firefox
gamemode
kitty
mangohud
mpv
# ncmpcpp
packages
rclone
rofi
spotify
steam
tor-browser
vscode
waydroid
zathura
aria2
cursor
direnv
fonts
gtk
kde
light
mako
nix-index
pass-secret-service
print-scan
proxy
hyprland
waybar
xdg
vscode-server
];
}