1
0
Fork 0

fix(nix): change framework hostname

This commit is contained in:
Lucas Sta Maria 2025-08-19 18:37:38 +08:00
parent 7af7c629c5
commit 001c77024a
Signed by: lucas
GPG key ID: F07FB16A826E3B47
4 changed files with 12 additions and 12 deletions

View file

@ -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;
};
}

View file

@ -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