Nix Flakes configuration for MacOS, NixOS and WSL
0
fork

Configure Feed

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

fix: forgotten pkgs input in hydrogen files

+2 -2
+1 -1
homes/cosmeak/hydrogen/default.nix
··· 8 8 extraGroups = [ "networkmanager" "wheel" ]; 9 9 10 10 # User wide packages 11 - packages = [ 11 + packages = with pkgs; [ 12 12 discord 13 13 obs-studio 14 14 prismlauncher
+1 -1
hosts/nixos/hydrogen/default.nix
··· 1 - { self, inputs, hostname, ... }: 1 + { self, inputs, pkgs, hostname, ... }: 2 2 { 3 3 imports = [ 4 4 ./hardware.nix