change default search engine
add libreoffice remove labels from mounts
This commit is contained in:
parent
b338a91089
commit
965feae68d
@ -224,7 +224,8 @@ in {
|
|||||||
SpellcheckEnabled = false;
|
SpellcheckEnabled = false;
|
||||||
};
|
};
|
||||||
defaultSearchProviderEnabled = true;
|
defaultSearchProviderEnabled = true;
|
||||||
defaultSearchProviderSearchURL = "https://perplexity.ai/search?q={searchTerms}";
|
# defaultSearchProviderSearchURL = "https://perplexity.ai/search?q={searchTerms}";
|
||||||
|
defaultSearchProviderSearchURL = "https://duckduckgo.com/?q={searchTerms}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -232,6 +233,7 @@ in {
|
|||||||
sessionVariables = {
|
sessionVariables = {
|
||||||
WLR_NO_HARDWARE_CURSORS = "1";
|
WLR_NO_HARDWARE_CURSORS = "1";
|
||||||
NIXOS_OZONE_WL = "1";
|
NIXOS_OZONE_WL = "1";
|
||||||
|
PATH = ["~/.cargo/bin" "$PATH"];
|
||||||
};
|
};
|
||||||
|
|
||||||
variables = {
|
variables = {
|
||||||
@ -369,6 +371,9 @@ in {
|
|||||||
inkscape
|
inkscape
|
||||||
gimp
|
gimp
|
||||||
|
|
||||||
|
# Office
|
||||||
|
libreoffice
|
||||||
|
|
||||||
# Video
|
# Video
|
||||||
ffmpeg
|
ffmpeg
|
||||||
vlc
|
vlc
|
||||||
@ -431,7 +436,7 @@ in {
|
|||||||
"/mnt/home" = {
|
"/mnt/home" = {
|
||||||
device = "//192.168.128.2/Cloud_Privat";
|
device = "//192.168.128.2/Cloud_Privat";
|
||||||
fsType = "cifs";
|
fsType = "cifs";
|
||||||
label = "HOME";
|
# label = "HOME";
|
||||||
options = let
|
options = let
|
||||||
automount_opts = "x-systemd.automount,noauto,x-systemd.idle-timeout=60,x-systemd.device-timeout=5s,x-systemd.mount-timeout=5s,user";
|
automount_opts = "x-systemd.automount,noauto,x-systemd.idle-timeout=60,x-systemd.device-timeout=5s,x-systemd.mount-timeout=5s,user";
|
||||||
in ["${automount_opts},credentials=${config.sops.secrets."nas".path},uid=1000,gid=1010"];
|
in ["${automount_opts},credentials=${config.sops.secrets."nas".path},uid=1000,gid=1010"];
|
||||||
@ -439,7 +444,7 @@ in {
|
|||||||
"/mnt/music" = {
|
"/mnt/music" = {
|
||||||
device = "//192.168.128.2/music";
|
device = "//192.168.128.2/music";
|
||||||
fsType = "cifs";
|
fsType = "cifs";
|
||||||
label = "HOME";
|
# label = "HOME";
|
||||||
options = let
|
options = let
|
||||||
automount_opts = "x-systemd.automount,noauto,x-systemd.idle-timeout=60,x-systemd.device-timeout=5s,x-systemd.mount-timeout=5s,user";
|
automount_opts = "x-systemd.automount,noauto,x-systemd.idle-timeout=60,x-systemd.device-timeout=5s,x-systemd.mount-timeout=5s,user";
|
||||||
in ["${automount_opts},credentials=${config.sops.secrets."nas".path},uid=1000,gid=1010"];
|
in ["${automount_opts},credentials=${config.sops.secrets."nas".path},uid=1000,gid=1010"];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user