1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-05-03 04:03:08 +00:00
This commit is contained in:
Rae 5e 2025-01-18 15:01:56 -05:00
parent c9e6ab6e8b
commit 377c3d4a6b
Signed by: rae
GPG key ID: 5B1A0FAB9BAB81EE
4 changed files with 28 additions and 17 deletions

View file

@ -64,7 +64,13 @@
# CUPS printing
printing.enable = true;
# misc
flatpak.enable = true;
flatpak = {
enable = true;
packages = [
"com.github.tchx84.Flatseal"
{ flatpakref = "https://sober.vinegarhq.org/sober.flatpakref"; sha256 = "1pj8y1xhiwgbnhrr3yr3ybpfis9slrl73i0b1lc9q89vhip6ym2l"; }
];
};
blueman.enable = true;
openssh = {
enable = true;
@ -88,21 +94,6 @@
};
};
systemd.services = {
flatpak-repo = {
wantedBy = [ "multi-user.target" ];
path = [ pkgs.flatpak ];
script = ''
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
'';
};
#?rm
# https://github.com/NixOS/nixpkgs/issues/102547#issuecomment-1016671189
# mpd.environment = {
# XDG_RUNTIME_DIR = "/run/user/1000";
# };
};
xdg.portal = {
enable = true;
config = {