nixos-config/roles/desktop.nix

41 lines
489 B
Nix
Raw Normal View History

2021-01-21 22:13:53 +04:00
{ inputs, ... }: {
2021-06-24 12:41:17 +04:00
imports = with inputs.self.nixosModules; with inputs.self.nixosProfiles; [
2021-01-21 22:13:53 +04:00
./base.nix
2021-06-24 12:41:17 +04:00
# MODULES
themes
2021-03-27 13:32:40 +04:00
ezwg
2021-06-24 12:41:17 +04:00
# PROFILES
applications-setup
2021-01-21 22:13:53 +04:00
hardware
2021-10-04 15:37:02 +04:00
sound
2021-01-21 22:13:53 +04:00
virtualisation
alacritty
2021-07-27 19:39:01 +04:00
cantata
2021-01-21 22:13:53 +04:00
emacs
firefox
geary
2021-06-09 21:49:51 +04:00
github
2021-09-12 21:09:43 +04:00
gwenview
2021-05-25 15:04:21 +04:00
himalaya
2021-06-08 20:35:21 +04:00
nheko
2021-01-21 22:13:53 +04:00
packages
cursor
2021-06-11 16:12:57 +04:00
direnv
2021-01-21 22:13:53 +04:00
fonts
gnome3
gtk
i3blocks
kde
light
mako
2021-07-27 19:12:19 +04:00
mopidy
2021-01-21 22:13:53 +04:00
simple-osd-daemons
sway
];
}