neovim:init.vim->init.lua and misc changes
This commit is contained in:
@@ -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.
@@ -1,7 +1,6 @@
|
||||
{ pkgs, config, ...}:
|
||||
{
|
||||
imports = [
|
||||
./programs/nvim.nix
|
||||
./programs/ncmpcpp.nix
|
||||
./programs/emacs.nix
|
||||
];
|
||||
|
@@ -1,5 +1,6 @@
|
||||
{ pkgs, config, ... }:
|
||||
{
|
||||
#i dont really use emacs but eh
|
||||
programs.emacs = {
|
||||
enable = true;
|
||||
extraPackages = epkgs: with epkgs; [
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user