nixos-config/roles/desktop.nix

52 lines
651 B
Nix
Raw Normal View History

2021-02-07 02:38:11 +03:00
{ inputs, ... }: {
2023-10-13 19:43:02 +03:00
imports = with inputs.self.customProfiles; [
2021-02-07 02:38:11 +03:00
./base.nix
inputs.base16.hmModule
2023-10-13 19:43:02 +03:00
inputs.self.customProfiles.seadrive
2022-03-22 06:03:48 +03:00
2021-06-16 05:30:04 +03:00
applications-setup
2021-02-07 02:38:11 +03:00
hardware
sound
themes
virtualisation
alacritty
2021-09-15 18:33:37 +03:00
corectrl
2023-07-26 21:21:17 +03:00
element
2023-12-18 02:09:09 +03:00
email
2022-04-22 02:15:29 +03:00
firefox
2021-10-06 23:27:40 +03:00
gamemode
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
2023-04-08 17:59:30 +03:00
rclone
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
2022-12-07 22:19:51 +03:00
tor-browser
2021-02-07 02:38:11 +03:00
vscode
2022-05-30 19:31:40 +03:00
waydroid
2023-01-26 00:34:20 +03:00
zathura
2021-02-07 02:38:11 +03:00
2023-01-26 00:23:55 +03:00
aria2
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
kde
light
2022-01-29 00:41:41 +03:00
mako
2021-09-28 01:48:01 +03:00
nix-index
pass-secret-service
2021-06-16 05:30:04 +03:00
print-scan
2022-03-22 06:03:48 +03:00
proxy
2022-08-05 21:10:22 +03:00
hyprland
2022-08-18 18:00:14 +03:00
waybar
2022-12-07 22:05:00 +03:00
xdg
2022-04-22 02:14:31 +03:00
vscode-server
2021-02-07 02:38:11 +03:00
];
}