neovim:init.vim->init.lua and misc changes
This commit is contained in:
@@ -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
BIN
satori/cirno.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 34 KiB |
@@ -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;
|
||||
|
@@ -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 [];
|
||||
};
|
||||
}
|
||||
|
@@ -4,7 +4,6 @@
|
||||
environment = {
|
||||
sessionVariables = {
|
||||
QT_X11_NO_MITSHM="1";
|
||||
EDITOR = "nvim";
|
||||
QT_QPA_PLATFORMTHEME = "gtk3";
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user