WIP: Switch to NixOS #5

Draft
FunctionalHacker wants to merge 1349 commits from nix into main
2 changed files with 10 additions and 10 deletions
Showing only changes of commit f7253ecbe2 - Show all commits

View file

@ -2,15 +2,15 @@
{ {
imports = [ imports = [
./programs/bat.nix ./bat.nix
./programs/default.nix ./eza.nix
./programs/eza.nix ./firefox.nix
./programs/firefox.nix ./fzf.nix
./programs/git.nix ./git.nix
./programs/neovim.nix ./neovim.nix
./programs/pass.nix ./pass.nix
./programs/ripgrep.nix ./ripgrep.nix
./programs/zellij.nix ./zellij.nix
./programs/zsh.nix ./zsh.nix
]; ];
} }