my nixos/home-manager configuration
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(nixos/desktop): change time locale

youn 9c2da2f4 8edc035a

+1 -1
+1 -1
nixos/desktop/default.nix
··· 77 77 LC_NUMERIC = "fr_FR.UTF-8"; 78 78 LC_PAPER = "fr_FR.UTF-8"; 79 79 LC_TELEPHONE = "fr_FR.UTF-8"; 80 - LC_TIME = "fr_FR.UTF-8"; 80 + LC_TIME = "en_US.UTF-8"; 81 81 }; 82 82 83 83 # Enable the X11 windowing system.