34 lines
396 B
Nix
34 lines
396 B
Nix
|
{ inputs, ... }: {
|
||
|
imports = with inputs.self.nixosModules; [
|
||
|
./base.nix
|
||
|
|
||
|
applications
|
||
|
hardware
|
||
|
power
|
||
|
services
|
||
|
themes
|
||
|
virtualisation
|
||
|
|
||
|
alacritty
|
||
|
emacs
|
||
|
firefox
|
||
|
geary
|
||
|
packages
|
||
|
weechat
|
||
|
yt-utilities
|
||
|
|
||
|
cursor
|
||
|
fonts
|
||
|
gnome3
|
||
|
gtk
|
||
|
i3blocks
|
||
|
kde
|
||
|
light
|
||
|
mako
|
||
|
misc
|
||
|
simple-osd-daemons
|
||
|
sway
|
||
|
xresources
|
||
|
];
|
||
|
}
|