add resque

This commit is contained in:
Noa Aarts 2024-11-26 11:42:16 +01:00
parent ca7450f55c
commit 711aab0bf9
Signed by: noa
GPG key ID: 1850932741EFF672
2 changed files with 32 additions and 4 deletions

View file

@ -19,6 +19,7 @@
../../common
./rescue.nix
./restic.nix
];
@ -173,10 +174,11 @@
];
xdg = {
portal = {enable = true;
extraPortals = [pkgs.xdg-desktop-portal-gnome];
};
};
portal = {
enable = true;
extraPortals = [ pkgs.xdg-desktop-portal-gnome ];
};
};
programs = {
nm-applet.enable = true;