nixos-config/roles/desktop.nix

56 lines
691 B
Nix
Raw Normal View History

2021-02-07 02:38:11 +03:00
{ inputs, ... }: {
2021-09-15 23:17:00 +03:00
imports = with inputs.self.nixosModules; with inputs.self.nixosProfiles; [
2021-02-07 02:38:11 +03:00
./base.nix
inputs.base16.hmModule
2022-03-22 06:03:48 +03:00
xray
2021-06-16 05:30:04 +03:00
applications-setup
2021-02-07 02:38:11 +03:00
filesystems
hardware
2021-09-15 23:17:00 +03:00
mullvad
2021-02-07 02:38:11 +03:00
samba
services
sound
themes
virtualisation
alacritty
2021-09-15 18:33:37 +03:00
corectrl
2022-04-22 02:15:29 +03:00
firefox
2021-10-06 23:27:40 +03:00
gamemode
2021-10-31 15:56:30 +03:00
himalaya
2021-02-07 02:38:11 +03:00
kitty
2021-09-28 01:36:59 +03:00
mangohud
2021-02-07 02:38:11 +03:00
mpv
2022-01-29 00:41:41 +03:00
# ncmpcpp
2021-02-07 02:38:11 +03:00
packages
2022-01-29 00:41:41 +03:00
piper
2021-02-07 02:38:11 +03:00
rofi
2021-02-17 01:00:52 +03:00
spotify
2021-06-29 22:29:22 +03:00
steam
2021-10-25 23:13:54 +03:00
syncthing
2022-08-18 18:00:14 +03:00
# vivaldi
2021-02-07 02:38:11 +03:00
vscode
2022-05-30 19:31:40 +03:00
waydroid
2021-02-07 02:38:11 +03:00
2022-07-02 19:30:20 +03:00
copyq
2021-02-07 02:38:11 +03:00
cursor
2021-06-16 05:30:04 +03:00
direnv
2021-02-07 02:38:11 +03:00
fonts
gtk
2022-08-23 16:13:51 +03:00
# i3status-rust
2021-02-07 02:38:11 +03:00
kde
light
2022-01-29 00:41:41 +03:00
mako
2021-09-28 01:48:01 +03:00
nix-index
2021-06-16 05:30:04 +03:00
print-scan
2022-03-22 06:03:48 +03:00
proxy
2022-08-18 18:00:14 +03:00
# sway
2022-08-05 21:10:22 +03:00
hyprland
2022-08-18 18:00:14 +03:00
waybar
2022-04-22 02:14:31 +03:00
vscode-server
2021-02-07 02:38:11 +03:00
];
}