41 lines
489 B
Nix
41 lines
489 B
Nix
{ inputs, ... }: {
|
|
imports = with inputs.self.nixosModules; with inputs.self.nixosProfiles; [
|
|
./base.nix
|
|
|
|
# MODULES
|
|
themes
|
|
ezwg
|
|
|
|
|
|
# PROFILES
|
|
applications-setup
|
|
hardware
|
|
sound
|
|
virtualisation
|
|
|
|
alacritty
|
|
cantata
|
|
emacs
|
|
firefox
|
|
geary
|
|
github
|
|
gwenview
|
|
himalaya
|
|
nheko
|
|
packages
|
|
|
|
cursor
|
|
direnv
|
|
fonts
|
|
gnome3
|
|
gtk
|
|
i3blocks
|
|
kde
|
|
light
|
|
mako
|
|
mopidy
|
|
simple-osd-daemons
|
|
sway
|
|
];
|
|
}
|