no more vim
This commit is contained in:
parent
d68cbeee10
commit
4ec81a0d62
|
@ -6,9 +6,6 @@
|
||||||
ags.url = "github:Aylur/ags";
|
ags.url = "github:Aylur/ags";
|
||||||
stylix.url = "github:danth/stylix";
|
stylix.url = "github:danth/stylix";
|
||||||
|
|
||||||
nixvim = {
|
|
||||||
url = "github:nix-community/nixvim";
|
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
};
|
};
|
||||||
firefox-addons = {
|
firefox-addons = {
|
||||||
url = "gitlab:rycee/nur-expressions?dir=pkgs/firefox-addons";
|
url = "gitlab:rycee/nur-expressions?dir=pkgs/firefox-addons";
|
||||||
|
|
|
@ -14,7 +14,6 @@
|
||||||
./alacritty
|
./alacritty
|
||||||
./hyprland
|
./hyprland
|
||||||
inputs.ags.homeManagerModules.default
|
inputs.ags.homeManagerModules.default
|
||||||
inputs.nixvim.homeManagerModules.nixvim
|
|
||||||
];
|
];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -38,6 +38,7 @@
|
||||||
{ name = "Zophar's Domain"; url = "https://www.zophar.net/music"; }
|
{ name = "Zophar's Domain"; url = "https://www.zophar.net/music"; }
|
||||||
{ name = "Spotify Downloader"; url = "https://spotify-downloader.com/"; }
|
{ name = "Spotify Downloader"; url = "https://spotify-downloader.com/"; }
|
||||||
{ name = "Hyprland"; url = "https://wiki.hyprland.org/"; }
|
{ name = "Hyprland"; url = "https://wiki.hyprland.org/"; }
|
||||||
|
{ name = "monkeytype"; url = "https://monkeytype.com/"; }
|
||||||
];
|
];
|
||||||
}];
|
}];
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
keys.normal = {
|
keys.normal = {
|
||||||
space.space = "file_picker";
|
space.space = "file_picker";
|
||||||
Z.Z = ":wq";
|
Z.Z = ":wq";
|
||||||
Z.Q = ":q";
|
Z.Q = ":q!";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
homeDirectory = "/home/joy";
|
homeDirectory = "/home/joy";
|
||||||
stateVersion = "23.11";
|
stateVersion = "23.11";
|
||||||
sessionVariables = {
|
sessionVariables = {
|
||||||
# EDITOR = "nvim";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -30,6 +30,7 @@
|
||||||
es = "hx ~/nix/modules/stylix/default.nix";
|
es = "hx ~/nix/modules/stylix/default.nix";
|
||||||
ep = "hx ~/nix/modules/packages/default.nix";
|
ep = "hx ~/nix/modules/packages/default.nix";
|
||||||
ex = "hx ~/nix/home/helix/default.nix";
|
ex = "hx ~/nix/home/helix/default.nix";
|
||||||
|
efox = "hx ~/nix/home/firefox/default.nix";
|
||||||
};
|
};
|
||||||
|
|
||||||
history.size = 1000000;
|
history.size = 1000000;
|
||||||
|
|
Loading…
Reference in a new issue