mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-20 16:44:10 +01:00
polish: style
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
"floating": false,
|
||||
"frameRadius": 12,
|
||||
"frameThickness": 8,
|
||||
"hideOnOverview": false,
|
||||
"hideOnOverview": true,
|
||||
"marginHorizontal": 5,
|
||||
"marginVertical": 5,
|
||||
"monitors": [],
|
||||
|
||||
@@ -13,7 +13,9 @@
|
||||
fsType = "davfs";
|
||||
options = [
|
||||
# https://www.freedesktop.org/software/systemd/man/latest/systemd.mount.html
|
||||
"nofail,_netdev"
|
||||
"nofail"
|
||||
"_netdev" # Wait for network
|
||||
"rw"
|
||||
"uid=1000,gid=100,dir_mode=0750,file_mode=0750"
|
||||
];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user