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.

chore: small updates ignore

koi 4335f16c fcd2eb07

+20 -10
+1 -1
README.md
··· 15 15 16 16 <div align="center"> 17 17 18 - ![preview](./doc/preview.webp) 18 + ![preview](./preview.webp) 19 19 20 20 <img 21 21 width="496"
doc/preview.webp

This is a binary file and will not be displayed.

external/wallpaper.png

This is a binary file and will not be displayed.

+9 -5
flake.nix
··· 22 22 23 23 niri = { 24 24 url = "github:sodiboo/niri-flake"; 25 - inputs.nixpkgs.follows = "nixpkgs"; 26 - inputs.nixpkgs-stable.follows = "nixpkgs"; 25 + inputs = { 26 + nixpkgs.follows = "nixpkgs"; 27 + nixpkgs-stable.follows = "nixpkgs"; 28 + }; 27 29 }; 28 30 29 31 zen-browser = { ··· 36 38 37 39 agenix = { 38 40 url = "github:ryantm/agenix"; 39 - inputs.nixpkgs.follows = "nixpkgs"; 40 - inputs.systems.follows = "systems"; 41 - inputs.home-manager.follows = "home-manager"; 41 + inputs = { 42 + nixpkgs.follows = "nixpkgs"; 43 + systems.follows = "systems"; 44 + home-manager.follows = "home-manager"; 45 + }; 42 46 }; 43 47 }; 44 48
+10 -4
formatter.nix
··· 1 - { pkgs }: 1 + { 2 + treefmt, 3 + nixfmt, 4 + js-beautify, 5 + shfmt, 6 + kdePackages, 7 + }: 2 8 3 - pkgs.treefmt.withConfig { 4 - runtimeInputs = with pkgs; [ 5 - nixfmt-rfc-style 9 + treefmt.withConfig { 10 + runtimeInputs = [ 11 + nixfmt 6 12 js-beautify 7 13 shfmt 8 14 kdePackages.qtdeclarative
preview.webp

This is a binary file and will not be displayed.