diff --git a/nix/hosts/framework/home.nix b/nix/hosts/minji/home.nix similarity index 95% rename from nix/hosts/framework/home.nix rename to nix/hosts/minji/home.nix index 50b2156..1160d91 100644 --- a/nix/hosts/framework/home.nix +++ b/nix/hosts/minji/home.nix @@ -220,7 +220,7 @@ duskTime = "20:00-21:00"; temperature = { day = 6500; - night = 3500; + night = 2500; }; }; @@ -287,8 +287,18 @@ programs.swaylock = { enable = true; - settings = { - color = "000000"; - }; + settings = { color = "000000"; }; + }; + + programs.waybar = { + enable = true; + # settings = { + # mainBar = { + # layer = "top"; + # position = "top"; + # height = 50; + # }; + # }; + # style = "\n"; }; } diff --git a/nix/hosts/framework/hw.nix b/nix/hosts/minji/hw.nix similarity index 100% rename from nix/hosts/framework/hw.nix rename to nix/hosts/minji/hw.nix diff --git a/nix/hosts/framework/sys.nix b/nix/hosts/minji/sys.nix similarity index 83% rename from nix/hosts/framework/sys.nix rename to nix/hosts/minji/sys.nix index 8178f8c..b940b67 100644 --- a/nix/hosts/framework/sys.nix +++ b/nix/hosts/minji/sys.nix @@ -1,8 +1,8 @@ { inputs, config, pkgs, lib, ... }: { imports = [ ./hw.nix ../../modules/swaynotificationcenter.nix ]; - networking.hostName = "framework"; - time.timeZone = "America/New_York"; + networking.hostName = "minji"; + time.timeZone = "Asia/Singapore"; # Bootloader boot.loader.systemd-boot.enable = true; @@ -154,6 +154,37 @@ overrideDevices = true; overrideFolders = false; 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"; }; }; };