2021-01-21 21:13:53 +03:00
|
|
|
{ inputs, ... }: {
|
2021-06-24 11:41:17 +03:00
|
|
|
imports = with inputs.self.nixosModules; with inputs.self.nixosProfiles; [
|
2021-01-21 21:13:53 +03:00
|
|
|
./base.nix
|
|
|
|
|
2021-06-24 11:41:17 +03:00
|
|
|
# MODULES
|
|
|
|
themes
|
2021-03-27 12:32:40 +03:00
|
|
|
ezwg
|
2021-06-24 11:41:17 +03:00
|
|
|
|
|
|
|
|
|
|
|
# PROFILES
|
|
|
|
applications-setup
|
2021-11-23 11:33:00 +03:00
|
|
|
bluetooth
|
|
|
|
power
|
|
|
|
opengl
|
2021-01-21 21:13:53 +03:00
|
|
|
hardware
|
2021-10-04 14:37:02 +03:00
|
|
|
sound
|
2021-01-21 21:13:53 +03:00
|
|
|
virtualisation
|
|
|
|
|
|
|
|
alacritty
|
2021-12-27 13:28:02 +03:00
|
|
|
# cantata
|
2021-01-21 21:13:53 +03:00
|
|
|
emacs
|
|
|
|
firefox
|
|
|
|
geary
|
2021-06-09 20:49:51 +03:00
|
|
|
github
|
2021-09-12 20:09:43 +03:00
|
|
|
gwenview
|
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
|
|
|
|
|
2022-02-16 13:37:45 +03:00
|
|
|
clipman
|
2021-01-21 21:13:53 +03:00
|
|
|
cursor
|
2021-06-11 15:12:57 +03:00
|
|
|
direnv
|
2021-01-21 21:13:53 +03:00
|
|
|
fonts
|
|
|
|
gnome3
|
|
|
|
gtk
|
|
|
|
i3blocks
|
2021-11-23 13:14:07 +03:00
|
|
|
qt
|
2021-11-24 00:17:20 +03:00
|
|
|
slack
|
2021-11-23 13:14:07 +03:00
|
|
|
kdeconnect
|
2021-01-21 21:13:53 +03:00
|
|
|
light
|
|
|
|
mako
|
2021-12-23 19:34:34 +03:00
|
|
|
# mopidy
|
2021-01-21 21:13:53 +03:00
|
|
|
simple-osd-daemons
|
|
|
|
sway
|
2021-11-06 18:07:06 +03:00
|
|
|
yubikey-touch-detector
|
2021-01-21 21:13:53 +03:00
|
|
|
];
|
|
|
|
}
|