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: update configurations

cosmeak bc695efd ed971811

+4
+4
machines/nixos/sunna/default.nix
··· 17 17 git 18 18 curl 19 19 vscodium 20 + just 20 21 ]; 21 22 22 23 # Audio 23 24 asgard.hardware.audio.enable = true; 25 + 26 + # RGB Controller 27 + services.hardware.openrgb.enable = true; 24 28 25 29 # Lang 26 30 i18n.defaultLocale = "fr_FR.UTF-8";