🪛 Comments, git safe dir, moved nixvim import
- Moved nixvim import to nixvim directory - Added git safe directory to /etc/nixos
This commit is contained in:
parent
9da67d058d
commit
bd2f725029
@ -11,7 +11,6 @@ in
|
||||
{
|
||||
imports = [
|
||||
inputs.catppuccin.homeManagerModules.catppuccin
|
||||
inputs.nixvim.homeManagerModules.nixvim
|
||||
./btop.nix
|
||||
./cava
|
||||
./cursors.nix
|
||||
|
@ -11,6 +11,7 @@
|
||||
|
||||
extraConfig = {
|
||||
push.autoSetupRemote = true;
|
||||
safe.directory = "/etc/nixos";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
@ -1,5 +1,11 @@
|
||||
# Neovim configuration for Nix
|
||||
{ inputs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
inputs.nixvim.homeManagerModules.nixvim
|
||||
];
|
||||
|
||||
catppuccin.nvim.enable = true;
|
||||
|
||||
home.sessionVariables.EDITOR = "nvim";
|
||||
|
@ -20,6 +20,7 @@ in
|
||||
plugins = [
|
||||
{
|
||||
# !! to get the previous command
|
||||
# https://github.com/BrewingWeasel/fishbang
|
||||
name = "fishbang";
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "BrewingWeasel";
|
||||
|
@ -6,6 +6,7 @@
|
||||
xdg-desktop-portal-hyprland
|
||||
hyprpolkitagent # Auth deamon providing modals for password auth
|
||||
hyprshot # Screenshots
|
||||
# unstable.hyprsysteminfo TODO requires flake update
|
||||
];
|
||||
|
||||
programs = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user