neovim:init.vim->init.lua and misc changes

This commit is contained in:
2021-05-29 10:17:10 +05:30
parent 94ed8dba17
commit 28cda002d5
28 changed files with 537 additions and 332 deletions

View File

@@ -47,7 +47,6 @@ in
pavucontrol
anup
proxychains
cmake
xfce.thunar
xfce.xfconf
xfce.tumbler
@@ -65,6 +64,19 @@ in
dunst
flameshot
youtube-dl
xclip
xorg.xkbcomp
xorg.xmodmap
p7zip
glxinfo
sxiv
vim
w3m
feh
dwm
dmenu
st
neofetch
];
file = {

Binary file not shown.

View File

@@ -1,7 +1,6 @@
{ pkgs, config, ...}:
{
imports = [
./programs/nvim.nix
./programs/ncmpcpp.nix
./programs/emacs.nix
];

View File

@@ -1,5 +1,6 @@
{ pkgs, config, ... }:
{
#i dont really use emacs but eh
programs.emacs = {
enable = true;
extraPackages = epkgs: with epkgs; [

View File

@@ -9,10 +9,10 @@ in
extraOptions =
''
shadow = true;
shadow-radius = 7;
shadow-offset-x = -7;
shadow-offset-y = -7;
blurExclude = [ "class_g = 'dwm'" ];
shadow-radius = 20;
shadow-offset-x = -20;
shadow-offset-y = -20;
blurExclude = [ "class_g = 'dwm'" ]
inactive-opacity = 0.92;
active-opacity = 0.97;