1
0
Fork 0

Compare commits

..

2 commits

Author SHA1 Message Date
103b9c8942
fix(nix): add package 2025-09-08 16:08:10 -04:00
8b8d4cde8f
fix(nix): change timezone 2025-09-05 05:19:26 +08:00
2 changed files with 2 additions and 1 deletions

View file

@ -118,6 +118,7 @@
protonmail-bridge-gui protonmail-bridge-gui
kdePackages.kdenlive kdePackages.kdenlive
jan jan
vesktop
# Required by DVR # Required by DVR
kitty kitty

View file

@ -2,7 +2,7 @@
imports = [ ./hw.nix ../../modules/swaynotificationcenter.nix ]; imports = [ ./hw.nix ../../modules/swaynotificationcenter.nix ];
networking.hostName = "minji"; networking.hostName = "minji";
time.timeZone = "Asia/Singapore"; time.timeZone = "America/New_York";
# Bootloader # Bootloader
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;