nvim?
This commit is contained in:
@@ -75,10 +75,10 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
#(libsForQt5.callPackage home/programs/catppuccin-sddm.nix { })
|
(libsForQt5.callPackage ./home/programs/catppuccin-sddm.nix { })
|
||||||
|
|
||||||
git
|
git
|
||||||
neovim
|
#neovim
|
||||||
wget
|
wget
|
||||||
curl
|
curl
|
||||||
alacritty
|
alacritty
|
||||||
|
|||||||
@@ -1,10 +1,11 @@
|
|||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./git.nix
|
|
||||||
./zathura.nix
|
|
||||||
./wallpaper.nix
|
|
||||||
./zsh
|
|
||||||
./alacritty
|
./alacritty
|
||||||
|
./neovim
|
||||||
|
./git.nix
|
||||||
|
./wallpaper.nix
|
||||||
./xmonad
|
./xmonad
|
||||||
|
./zathura.nix
|
||||||
|
./zsh
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
6
home/programs/neovim/default.nix
Normal file
6
home/programs/neovim/default.nix
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
{ pkgs, config, ... }:
|
||||||
|
|
||||||
|
programs.neovim = {
|
||||||
|
enable = true;
|
||||||
|
}
|
||||||
|
|
||||||
Reference in New Issue
Block a user