add resque
This commit is contained in:
parent
ca7450f55c
commit
711aab0bf9
2 changed files with 32 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue