mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-05-03 04:03:08 +00:00
~
This commit is contained in:
parent
c9e6ab6e8b
commit
377c3d4a6b
4 changed files with 28 additions and 17 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue