stuff
This commit is contained in:
@ -3,10 +3,12 @@
|
||||
nurpkgs,
|
||||
home-manager,
|
||||
devenv,
|
||||
nixvim,
|
||||
...
|
||||
}: let
|
||||
pkgs = import nixpkgs {
|
||||
pkgs = import nixpkgs rec {
|
||||
system = "x86_64-linux";
|
||||
overlays = [(final: prev: { nixvim = nixvim.packages.${system}.default; })];
|
||||
};
|
||||
|
||||
nur = import nurpkgs {
|
||||
|
@ -22,7 +22,7 @@ with pkgs; [
|
||||
mtr # traceroute
|
||||
mumble # voice call client
|
||||
ncdu # disk space info (a better du)
|
||||
neovim-unwrapped # best code editor on the planet
|
||||
# neovim-unwrapped # best code editor on the planet
|
||||
networkmanagerapplet # systray applet for NetworkManager
|
||||
# nitrogen # wallpapger manager
|
||||
nushell # A modern shell written in Rust
|
||||
@ -40,4 +40,5 @@ with pkgs; [
|
||||
zeal # offline documentation browser
|
||||
zellij # A terminal workspace with batteries included
|
||||
wl-clipboard
|
||||
nixvim
|
||||
]
|
||||
|
@ -1,6 +1,6 @@
|
||||
{pkgs, ...}: {
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
defaultEditor = true;
|
||||
viAlias = true;
|
||||
vimAlias = true;
|
||||
|
Reference in New Issue
Block a user