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(juliette): add prismlauncher

cosmeak d1f5a959 fbda38fb

+2
+2
modules/users/juliette.nix
··· 8 8 flake.nixosModules.${username} = { pkgs, ... }: { 9 9 users.users.${username} = { 10 10 isNormalUser = true; 11 + initialHashedPassword = "$y$j9T$3AEvKUVnDZHu3qwANzqC90$w3xQQsP2ObFupsChApxKlzSJJuBW13L.lenhcdzDep0"; 11 12 extraGroups = [ "networkmanager" "wheel" ]; 12 13 packages = with pkgs; [ 13 14 libreoffice # Microsoft 365 alternative 15 + prismlauncher # Minecraft launcher 14 16 vesktop # Discord client 15 17 teams-for-linux # Microsoft Teams 16 18 ];