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

@@ -24,7 +24,7 @@
useOSProber = true;
efiSupport = true;
device = "nodev";
splashImage = ../modules/cirno.png;
splashImage = ./cirno.png;
splashMode = "stretch";
configurationName = "nixbruh";
};

BIN
satori/cirno.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

View File

@@ -2,34 +2,24 @@
{
environment.systemPackages = with pkgs; [
xclip
xorg.xkbcomp
xorg.xmodmap
p7zip
git
glxinfo
sxiv
vim
wineWowPackages.staging
neofetch
w3m
bc
gnumake
pciutils
jdk
git
ntfs3g
python3
htop
nodejs
wineWowPackages.staging
wget
ripgrep
patchelf
feh
dwm
dmenu
st
kbd
cachix
gcc
rustc
jdk
];
programs = {
steam.enable = true;
gnupg = {
@@ -41,7 +31,7 @@
};
zsh = {
enable = true;
promptInit = "PROMPT='%F{cyan}%~ %F{blue}>%f '\nRPROMPT='%F{cyan}%n%f@%F{red}%m'";
promptInit = "PROMPT='%B%F{cyan}%~ %F{blue}%f%b'\nRPROMPT='%B%F{cyan}%n%f@%F{red}%m%b'";
histSize = 12000;
enableCompletion = true;
syntaxHighlighting.enable = true;

View File

@@ -21,7 +21,6 @@
dataDir = "/var/db";
};
sshd.enable = true;
/* vault = {
enable = true;
storageBackend = "mysql";
@@ -33,6 +32,7 @@
logmein-hamachi.wantedBy = lib.mkForce [];
sshd.wantedBy = lib.mkForce [];
mysql.wantedBy = lib.mkForce [];
#printing.wantedBy = lib.mkForce [];
#vault.wantedBy = lib.mkForce [];
};
}

View File

@@ -4,7 +4,6 @@
environment = {
sessionVariables = {
QT_X11_NO_MITSHM="1";
EDITOR = "nvim";
QT_QPA_PLATFORMTHEME = "gtk3";
};
};