Compare commits

...

2 commits

Author SHA1 Message Date
vorboyvo 2f8c662727 Removed kwin-tiling and added activate-linux. 2024-07-31 22:28:25 +10:00
vorboyvo 570eb61aab Changed timezone to Melbourne. 2024-07-29 19:21:00 +10:00
2 changed files with 2 additions and 2 deletions

View file

@ -43,7 +43,7 @@
};
# Set your time zone.
time.timeZone = "America/Montreal";
time.timeZone = "Australia/Melbourne";
# Select internationalization properties.
i18n.defaultLocale = "fr_CA.UTF-8";

View file

@ -132,7 +132,7 @@ in {
] ++ # Fonts
# [ papirus-icon-theme ] ++ # Icons
# [ vanilla-dmz ] ++ # Cursor
[ libsForQt5.kwin-tiling ] ++ # Temp
[ activate-linux ] ++ # Temp
[ ];
programs.home-manager.enable = true;