Personal Nix flake
nixos home-manager nix
1
fork

Configure Feed

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

chore: Remove unused input args

+1 -6
-1
nix/home/modules/cli/essentials/default.nix
··· 1 1 { 2 2 config, 3 - inputs, 4 3 lib, 5 4 pkgs, 6 5 ...
-1
nix/home/modules/cli/git/default.nix
··· 1 1 { 2 2 config, 3 - inputs, 4 3 lib, 5 4 ... 6 5 }: let
+1 -2
nix/home/modules/de/gnome/theming/default.nix
··· 1 1 { 2 2 config, 3 - inputs, 4 3 lib, 5 4 pkgs, 6 5 ... 7 6 }: let 8 - inherit (config.my.config) profilePicture wallpaper; 7 + inherit (config.my.config) wallpaper; 9 8 cfg = config.my.de.gnome.theming; 10 9 in { 11 10 options.my.de.gnome.theming = {
-1
nix/nixos/modules/gaming/default.nix
··· 1 1 { 2 2 config, 3 - inputs, 4 3 lib, 5 4 pkgs, 6 5 ...
-1
nix/nixos/modules/steamos.nix
··· 1 1 { 2 2 config, 3 - inputs, 4 3 lib, 5 4 ... 6 5 }: let