my system configurations ^-^
0
fork

Configure Feed

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

style: format

willow 5a3ea625 6698264f

+3 -12
+1 -6
hosts/lily/default.nix
··· 1 - { 2 - pkgs, 3 - modulesPath, 4 - inputs, 5 - ... 6 - }: { 1 + {modulesPath, ...}: { 7 2 imports = [ 8 3 "${modulesPath}/installer/cd-dvd/installation-cd-minimal.nix" 9 4 ];
+1 -1
modules/core/default.nix
··· 1 - {lib, ...}: { 1 + {...}: { 2 2 imports = [ 3 3 ./user.nix 4 4 ./system.nix
+1 -5
modules/core/hyprland.nix
··· 1 - { 2 - pkgs, 3 - inputs, 4 - ... 5 - }: { 1 + {...}: { 6 2 nix.settings = { 7 3 substituters = ["https://hyprland.cachix.org"]; 8 4 trusted-public-keys = ["hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="];