This commit is contained in:
zackartz 2024-03-19 16:40:07 -04:00
parent bdaf917c15
commit cf4346ffed
57 changed files with 2505 additions and 53 deletions

View file

@ -13,6 +13,7 @@
inputs.nixvim.homeManagerModules.nixvim
./swayidle.nix
./vim
../rice/hyprland
# ../rice/sway
@ -103,8 +104,6 @@
pkgs.parsec-bin
pkgs.filezilla
pkgs.neovim-nightly
# # You can also create simple shell scripts directly inside your
# # configuration. For example, this adds a command 'my-hello' to your
# # environment:
@ -154,13 +153,6 @@
};
};
home.file.".config/nvim" = {
source = builtins.fetchGit {
url = "https://github.com/luckasRanarison/nvimrc";
rev = "87c72e79fcc9a2dda9fd04211a946bba78f9f70b";
};
};
# programs.nixvim = ./vim.nix;
# Let Home Manager install and manage itself.