fix uwu
This commit is contained in:
parent
25b94bddca
commit
d8f003f548
3 changed files with 11 additions and 2 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
type = "cifs";
|
type = "cifs";
|
||||||
mountConfig = {
|
mountConfig = {
|
||||||
# Options = "noauto,noatime,async,users,rw,x-systemd.automount,credentials=${config.age.secrets.uwuraid.path},file_mode=0777,dir_mode=0777";
|
# 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 [
|
in [
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@
|
||||||
environment.plasma6.excludePackages = with pkgs; [
|
environment.plasma6.excludePackages = with pkgs; [
|
||||||
kdePackages.elisa
|
kdePackages.elisa
|
||||||
kdePackages.konsole
|
kdePackages.konsole
|
||||||
kdePackages.gwenview
|
# kdePackages.gwenview
|
||||||
kdePackages.kate
|
kdePackages.kate
|
||||||
# kdePackages.xwaylandvideobridge
|
# kdePackages.xwaylandvideobridge
|
||||||
xterm
|
xterm
|
||||||
|
|
|
||||||
|
|
@ -29,9 +29,18 @@ in {
|
||||||
programs.kdeconnect.enable = true;
|
programs.kdeconnect.enable = true;
|
||||||
|
|
||||||
fonts.packages = with pkgs; [
|
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-sans
|
||||||
noto-fonts-cjk-serif
|
noto-fonts-cjk-serif
|
||||||
noto-fonts-color-emoji
|
noto-fonts-color-emoji
|
||||||
|
# keep-sorted end
|
||||||
];
|
];
|
||||||
|
|
||||||
services.flatpak.enable = true;
|
services.flatpak.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue