copy over laptop config

This commit is contained in:
BuyMyMojo 2025-04-01 12:27:26 +11:00
parent e545ba91e1
commit dd853c49c8
4 changed files with 175 additions and 0 deletions

View file

@ -14,6 +14,9 @@
"flakes"
];
# Allow unfree packages
nixpkgs.config.allowUnfree = true;
# Set your time zone.
time.timeZone = "Australia/Melbourne";