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

Configure Feed

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

treewide: rebrand dotfiles -> flake

june (Jun 30, 2026, 7:36 PM +0200) ab5216bc d87b7fd3

+4 -4
+1 -1
README.md
··· 7 7 alt="mimi the car (my website)" 8 8 align="right"> 9 9 </a> 10 - <b>my dotfiles</b> 10 + <b>my flake</b> 11 11 </div> 12 12 13 13 <div align="center">
+1 -1
flake.nix
··· 1 1 { 2 - description = "my nixos dotfiles :3"; 2 + description = "my nixos flake :3"; 3 3 4 4 inputs = { 5 5 nixpkgs.url = "nixpkgs/nixos-unstable";
+2 -2
home/external/zsh/functions.zsh
··· 1 1 function nixos-rebuild() { 2 2 # https://github.com/NixOS/nixpkgs/issues/275018 3 - doas /run/current-system/sw/bin/nixos-rebuild --no-reexec --flake "$HOME/dotfiles#$(hostname)" --log-format internal-json -v "$@" |& nom --json 3 + doas /run/current-system/sw/bin/nixos-rebuild --no-reexec --flake "$HOME/flake#$(hostname)" --log-format internal-json -v "$@" |& nom --json 4 4 } 5 5 6 6 function nixos-rebuild-seber() { 7 7 # https://github.com/NixOS/nixpkgs/issues/275018 8 - /run/current-system/sw/bin/nixos-rebuild --no-reexec --flake "$HOME/dotfiles#seber" --log-format internal-json -v --sudo --target-host seber "$@" |& nom --json 8 + /run/current-system/sw/bin/nixos-rebuild --no-reexec --flake "$HOME/flake#seber" --log-format internal-json -v --sudo --target-host seber "$@" |& nom --json 9 9 } 10 10 11 11 function nixpkgs-build() {