WIP: Switch to NixOS #5

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

View file

@ -2,7 +2,19 @@
{
imports = [
./programs/default.nix
./bat.nix
./eza.nix
./firefox.nix
./fzf.nix
./git.nix
./gnome.nix
./gpg.nix
./neovim.nix
./pass.nix
./ripgrep.nix
./ssh.nix
./zellij.nix
./zsh.nix
];
home = {

View file

@ -1,19 +0,0 @@
{ ... }:
{
imports = [
./bat.nix
./eza.nix
./firefox.nix
./fzf.nix
./git.nix
./gnome.nix
./gpg.nix
./neovim.nix
./pass.nix
./ripgrep.nix
./ssh.nix
./zellij.nix
./zsh.nix
];
}