2021-01-21 21:13:53 +03:00
|
|
|
{ inputs, ... }: {
|
|
|
|
imports = with inputs.self.nixosModules; [
|
|
|
|
./base.nix
|
|
|
|
|
2021-06-14 11:57:39 +03:00
|
|
|
applications-setup
|
2021-03-27 12:32:40 +03:00
|
|
|
ezwg
|
2021-01-21 21:13:53 +03:00
|
|
|
hardware
|
|
|
|
themes
|
|
|
|
virtualisation
|
|
|
|
|
|
|
|
alacritty
|
|
|
|
emacs
|
|
|
|
firefox
|
|
|
|
geary
|
2021-06-09 20:49:51 +03:00
|
|
|
github
|
2021-05-25 14:04:21 +03:00
|
|
|
himalaya
|
2021-06-08 19:35:21 +03:00
|
|
|
nheko
|
2021-01-21 21:13:53 +03:00
|
|
|
packages
|
|
|
|
yt-utilities
|
|
|
|
|
|
|
|
cursor
|
2021-06-11 15:12:57 +03:00
|
|
|
direnv
|
2021-01-21 21:13:53 +03:00
|
|
|
fonts
|
|
|
|
gnome3
|
|
|
|
gtk
|
|
|
|
i3blocks
|
|
|
|
kde
|
|
|
|
light
|
|
|
|
mako
|
|
|
|
simple-osd-daemons
|
|
|
|
sway
|
|
|
|
];
|
|
|
|
}
|