my nixos dotfiles :3 (git.koi.rip mirror) git.koi.rip/koi/dotfiles
linux dotfiles neovim nixos catppuccin
1
fork

Configure Feed

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

base: fix age module import

june 3bd0288f 8f282d51

+4 -4
+3
modules/base/default.nix
··· 1 + { inputs, ... }: 1 2 { 2 3 imports = [ 4 + inputs.agenix.nixosModules.default 5 + 3 6 ./boot.nix 4 7 ./console.nix 5 8 ./security.nix
-2
systems/miku/default.nix
··· 1 1 { 2 2 pkgs, 3 - inputs, 4 3 ... 5 4 }: 6 5 ··· 9 8 ./hardware.nix 10 9 ./services 11 10 ./programs 12 - inputs.agenix.nixosModules.default 13 11 ]; 14 12 15 13 boot.loader.systemd-boot.enable = true;
+1 -2
systems/seber/default.nix
··· 1 - { inputs, pkgs, ... }: 1 + { pkgs, ... }: 2 2 3 3 { 4 4 imports = [ 5 5 ./hardware.nix 6 6 ./services 7 - inputs.agenix.nixosModules.default 8 7 ]; 9 8 10 9 boot.loader.grub = {