diff --git a/nix/hosts/minji/home.nix b/nix/hosts/minji/home.nix index 7854bf2..1160d91 100644 --- a/nix/hosts/minji/home.nix +++ b/nix/hosts/minji/home.nix @@ -68,6 +68,7 @@ niri fuzzel + mako waybar swaybg swaylock @@ -291,5 +292,13 @@ programs.waybar = { enable = true; + # settings = { + # mainBar = { + # layer = "top"; + # position = "top"; + # height = 50; + # }; + # }; + # style = "\n"; }; } diff --git a/nix/hosts/minji/sys.nix b/nix/hosts/minji/sys.nix index 936c919..b940b67 100644 --- a/nix/hosts/minji/sys.nix +++ b/nix/hosts/minji/sys.nix @@ -120,7 +120,7 @@ CC = "gcc"; LSP_USE_PLISTS = "true"; MOZ_USE_XINPUT2 = "1"; - RUSTICL_ENABLE = "radeonsi"; + RUSTICL_ENABLE="radeonsi"; ROC_ENABLE_PRE_VEGA = "1"; QT_QPA_PLATFORM = "xcb"; }; @@ -153,7 +153,40 @@ configDir = "/home/priime/.config/syncthing"; overrideDevices = true; overrideFolders = false; - settings = { }; + settings = { + devices = { + "server" = { + id = + "FDJDTBE-IZXSILI-GOCWGYS-NYZIQRH-43U36EB-NBBCTBU-4QYKPRI-2KBHZAC"; + }; + "xps13" = { + id = + "NQILTIK-3NWMWQN-RS3K7ZD-QCGFSKD-GI6GY6D-7NHSPIW-3XOODQ6-MLWUDQQ"; + }; + "pixel8" = { + id = + "XSGLHMM-LA2R5BF-B4PRZS3-TPUKMBZ-D42A5B2-UUXJ3BE-TA23YLU-VUBRGQM"; + }; + }; + folders = { + "Books" = { + id = "8hb7r-dn7zj"; + path = "/home/priime/docs/books"; + devices = [ "server" "xps13" "pixel8" ]; + }; + "Sync" = { + id = "default"; + path = "/home/priime/Sync"; + devices = [ "server" "xps13" "pixel8" ]; + }; + "org" = { + id = "vsiqs-jtzzm"; + path = "/home/priime/org"; + devices = [ "server" "xps13" "pixel8" ]; + }; + }; + gui = { user = "priime"; }; + }; }; # Programs