1
1
Fork 0

Compare commits

...

3 commits

Author SHA1 Message Date
c24aac623e
flatpak: add optionals and retrodeck
Signed-off-by: Myned <dev@bjork.tech>
2024-09-18 08:41:22 -05:00
41680bff01
keyd: move to full profile
Signed-off-by: Myned <dev@bjork.tech>
2024-09-18 08:40:56 -05:00
31f2e911f9
pkgs: make default packages optional
Signed-off-by: Myned <dev@bjork.tech>
2024-09-18 08:40:42 -05:00
3 changed files with 12 additions and 6 deletions

View file

@ -17,7 +17,6 @@ with lib; {
fwupd.enable = true;
geoclue2.enable = true;
kdeconnect.enable = true;
keyd.enable = true;
libinput.enable = true;
logind.enable = true;
pipewire.enable = true;
@ -40,6 +39,7 @@ with lib; {
greetd.enable = true;
hypridle.enable = true;
#// hyprpaper.enable = true;
keyd.enable = true;
#// mako.enable = true;
#// network-manager-applet.enable = true;
samba.enable = true;

View file

@ -20,10 +20,16 @@ in {
#!! Installation occurs in background as a oneshot service
#?? flatpak search NAME
packages = [
"app.drey.Biblioteca"
"com.github.tchx84.Flatseal"
];
packages =
optionals config.custom.default [
"com.github.tchx84.Flatseal"
]
++ optionals config.custom.minimal [
"net.retrodeck.retrodeck"
]
++ optionals config.custom.full [
"app.drey.Biblioteca"
];
};
# Theme packages must be installed system-wide for flatpaks

View file

@ -17,7 +17,7 @@ in {
with pkgs; {
environment.systemPackages =
cfg.extra
++ [
++ optionals config.custom.default [
# CLI applications
config.boot.kernelPackages.cpupower # Install for current kernel