This commit is contained in:
Tao Tien 2026-04-12 19:32:58 -07:00
parent 25b94bddca
commit d8f003f548
3 changed files with 11 additions and 2 deletions

View file

@ -5,7 +5,7 @@
type = "cifs";
mountConfig = {
# Options = "noauto,noatime,async,users,rw,x-systemd.automount,credentials=${config.age.secrets.uwuraid.path},file_mode=0777,dir_mode=0777";
Options = "_netdev,noserverino,noauto,noatime,async,users,rw,x-systemd.automount,x-systemd.requires=network-online.target,nofail,soft,credentials=${config.age.secrets.uwuraid.path},file_mode=0777,dir_mode=0777";
Options = "_netdev,noserverino,nounix,nobrl,noperm,noauto,noatime,async,users,rw,x-systemd.automount,x-systemd.requires=network-online.target,nofail,soft,credentials=${config.age.secrets.uwuraid.path},file_mode=0777,dir_mode=0777";
};
};
in [

View file

@ -20,7 +20,7 @@
environment.plasma6.excludePackages = with pkgs; [
kdePackages.elisa
kdePackages.konsole
kdePackages.gwenview
# kdePackages.gwenview
kdePackages.kate
# kdePackages.xwaylandvideobridge
xterm

View file

@ -29,9 +29,18 @@ in {
programs.kdeconnect.enable = true;
fonts.packages = with pkgs; [
libertine
inconsolata
linux-libertine-g
adwaita-fonts
# keep-sorted start
cooper-hewitt
ibm-plex
nerd-fonts.fira-code
noto-fonts-cjk-sans
noto-fonts-cjk-serif
noto-fonts-color-emoji
# keep-sorted end
];
services.flatpak.enable = true;