Nix Flakes configuration for MacOS, NixOS and WSL
0
fork

Configure Feed

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

feat(nanna): add default keyboard layout

cosmeak 5056f72b d00f90fd

+2
+1
modules/hosts/nanna/configuration.nix
··· 30 30 # Localization 31 31 time.timeZone = "Europe/Paris"; 32 32 i18n.defaultLocale = "fr_FR.UTF-8"; 33 + services.xserver.xkb.layout = "fr"; 33 34 }; 34 35 35 36 hosts.nanna = {
+1
modules/users/juliette.nix
··· 13 13 packages = with pkgs; [ 14 14 libreoffice # Microsoft 365 alternative 15 15 prismlauncher # Minecraft launcher 16 + spotify # Music player 16 17 vesktop # Discord client 17 18 teams-for-linux # Microsoft Teams 18 19 ];