diff --git a/flake.nix b/flake.nix index c09c8cd..01a0d20 100644 --- a/flake.nix +++ b/flake.nix @@ -17,14 +17,14 @@ outputs = { self, nixpkgs, home-manager, flake-utils, agenix, ... }@inputs: let inherit (self) outputs; in { - nixosConfigurations.framework = nixpkgs.lib.nixosSystem { + nixosConfigurations.minji = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; specialArgs = { inputs = inputs; }; modules = [ home-manager.nixosModules.default agenix.nixosModules.default ./nix/hosts/common/sys.nix - ./nix/hosts/framework/sys.nix + ./nix/hosts/minji/sys.nix ]; }; diff --git a/nix/hosts/framework/home.nix b/nix/hosts/minji/home.nix similarity index 98% rename from nix/hosts/framework/home.nix rename to nix/hosts/minji/home.nix index 50b2156..b2e3416 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,10 @@ programs.swaylock = { enable = true; - settings = { - color = "000000"; - }; + settings = { color = "000000"; }; + }; + + programs.waybar = { + enable = true; }; } 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 96% rename from nix/hosts/framework/sys.nix rename to nix/hosts/minji/sys.nix index 8178f8c..936c919 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; @@ -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,9 +153,7 @@ configDir = "/home/priime/.config/syncthing"; overrideDevices = true; overrideFolders = false; - settings = { - gui = { user = "priime"; }; - }; + settings = { }; }; # Programs