no more vim

This commit is contained in:
joygnu 2024-07-18 14:45:17 +02:00
parent d68cbeee10
commit 4ec81a0d62
6 changed files with 3 additions and 6 deletions

View file

@ -6,9 +6,6 @@
ags.url = "github:Aylur/ags";
stylix.url = "github:danth/stylix";
nixvim = {
url = "github:nix-community/nixvim";
inputs.nixpkgs.follows = "nixpkgs";
};
firefox-addons = {
url = "gitlab:rycee/nur-expressions?dir=pkgs/firefox-addons";

View file

@ -14,7 +14,6 @@
./alacritty
./hyprland
inputs.ags.homeManagerModules.default
inputs.nixvim.homeManagerModules.nixvim
];
}

View file

@ -38,6 +38,7 @@
{ name = "Zophar's Domain"; url = "https://www.zophar.net/music"; }
{ name = "Spotify Downloader"; url = "https://spotify-downloader.com/"; }
{ name = "Hyprland"; url = "https://wiki.hyprland.org/"; }
{ name = "monkeytype"; url = "https://monkeytype.com/"; }
];
}];

View file

@ -8,7 +8,7 @@
keys.normal = {
space.space = "file_picker";
Z.Z = ":wq";
Z.Q = ":q";
Z.Q = ":q!";
};
};
};

View file

@ -7,7 +7,6 @@
homeDirectory = "/home/joy";
stateVersion = "23.11";
sessionVariables = {
# EDITOR = "nvim";
};
};

View file

@ -30,6 +30,7 @@
es = "hx ~/nix/modules/stylix/default.nix";
ep = "hx ~/nix/modules/packages/default.nix";
ex = "hx ~/nix/home/helix/default.nix";
efox = "hx ~/nix/home/firefox/default.nix";
};
history.size = 1000000;