nixos-config/roles/desktop.nix

51 lines
599 B
Nix
Raw Permalink 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
2022-03-22 06:03:48 +03:00
2021-02-07 02:38:11 +03:00
hardware
sound
themes
virtualisation
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
2024-06-18 04:49:58 +03:00
home-apps
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
packages
rofi
2021-02-17 01:00:52 +03:00
spotify
2024-06-19 18:01:28 +03:00
telegram
2021-06-29 22:29:22 +03:00
steam
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
2024-02-04 16:42:22 +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
2024-02-06 23:58:12 +03:00
password-store
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
waybar
2024-12-28 11:43:02 +03:00
wayland
2024-06-19 12:49:37 +03:00
wlogout
2022-12-07 22:05:00 +03:00
xdg
2024-01-22 16:45:20 +03:00
vpn
2022-04-22 02:14:31 +03:00
2024-06-19 18:02:10 +03:00
mime-apps
2024-06-18 04:49:58 +03:00
catppuccin
2021-02-07 02:38:11 +03:00
];
}