no more vim
This commit is contained in:
parent
760dedabb7
commit
4e0b171944
|
@ -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";
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
./alacritty
|
||||
./hyprland
|
||||
inputs.ags.homeManagerModules.default
|
||||
inputs.nixvim.homeManagerModules.nixvim
|
||||
];
|
||||
|
||||
}
|
||||
|
|
|
@ -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/"; }
|
||||
];
|
||||
}];
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
keys.normal = {
|
||||
space.space = "file_picker";
|
||||
Z.Z = ":wq";
|
||||
Z.Q = ":q";
|
||||
Z.Q = ":q!";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
homeDirectory = "/home/joy";
|
||||
stateVersion = "23.11";
|
||||
sessionVariables = {
|
||||
# EDITOR = "nvim";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue