2021-01-21 22:13:53 +04:00
|
|
|
{ inputs, ... }: {
|
2023-01-27 22:51:09 +04:00
|
|
|
imports = with inputs.self.nixosProfiles; [
|
2021-01-21 22:13:53 +04:00
|
|
|
./base.nix
|
|
|
|
|
2021-06-24 12:41:17 +04:00
|
|
|
# PROFILES
|
|
|
|
applications-setup
|
2021-11-23 12:33:00 +04:00
|
|
|
bluetooth
|
|
|
|
power
|
|
|
|
opengl
|
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
|
2023-02-02 18:30:43 +04:00
|
|
|
aerc
|
2021-12-27 14:28:02 +04:00
|
|
|
# cantata
|
2022-05-30 14:12:15 +04:00
|
|
|
# emacs
|
2023-01-19 01:07:52 +04:00
|
|
|
# vscodium
|
|
|
|
helix
|
2021-01-21 22:13:53 +04:00
|
|
|
firefox
|
2023-02-02 18:30:43 +04:00
|
|
|
# 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
|
2023-01-27 22:48:27 +04:00
|
|
|
okular
|
2021-01-21 22:13:53 +04:00
|
|
|
|
2022-05-30 11:20:34 +04:00
|
|
|
copyq
|
2021-01-21 22:13:53 +04:00
|
|
|
cursor
|
2021-06-11 16:12:57 +04:00
|
|
|
direnv
|
2021-01-21 22:13:53 +04:00
|
|
|
fonts
|
|
|
|
gnome3
|
|
|
|
gtk
|
|
|
|
i3blocks
|
2021-11-23 14:14:07 +04:00
|
|
|
qt
|
2021-11-24 01:17:20 +04:00
|
|
|
slack
|
2021-11-23 14:14:07 +04:00
|
|
|
kdeconnect
|
2021-01-21 22:13:53 +04:00
|
|
|
light
|
|
|
|
mako
|
2021-12-23 20:34:34 +04:00
|
|
|
# mopidy
|
2022-06-27 23:48:31 +04:00
|
|
|
openvpn
|
2021-01-21 22:13:53 +04:00
|
|
|
simple-osd-daemons
|
|
|
|
sway
|
2021-11-06 19:07:06 +04:00
|
|
|
yubikey-touch-detector
|
2021-01-21 22:13:53 +04:00
|
|
|
];
|
|
|
|
}
|