Compare commits
No commits in common. "c24aac623e0777053361618cee364a486d615f17" and "e5c0983fe7e44e504212ddc6caec7407ce62611d" have entirely different histories.
c24aac623e
...
e5c0983fe7
3 changed files with 6 additions and 12 deletions
|
@ -17,6 +17,7 @@ with lib; {
|
|||
fwupd.enable = true;
|
||||
geoclue2.enable = true;
|
||||
kdeconnect.enable = true;
|
||||
keyd.enable = true;
|
||||
libinput.enable = true;
|
||||
logind.enable = true;
|
||||
pipewire.enable = true;
|
||||
|
@ -39,7 +40,6 @@ 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;
|
||||
|
|
|
@ -20,15 +20,9 @@ in {
|
|||
|
||||
#!! Installation occurs in background as a oneshot service
|
||||
#?? flatpak search NAME
|
||||
packages =
|
||||
optionals config.custom.default [
|
||||
"com.github.tchx84.Flatseal"
|
||||
]
|
||||
++ optionals config.custom.minimal [
|
||||
"net.retrodeck.retrodeck"
|
||||
]
|
||||
++ optionals config.custom.full [
|
||||
packages = [
|
||||
"app.drey.Biblioteca"
|
||||
"com.github.tchx84.Flatseal"
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue