Browse Source

bunch of random + crappy crappy hack for my zsh issue

master
Thorn Avery 2 years ago
parent
commit
f13827061a
4 changed files with 7 additions and 2 deletions
  1. +0
    -2
      modules/picom/home.nix
  2. +1
    -0
      modules/zsh/home.nix
  3. +1
    -0
      users/thorn/fonts/default.nix
  4. +5
    -0
      users/thorn/home.nix

+ 0
- 2
modules/picom/home.nix View File

@@ -6,8 +6,6 @@
blur = true;
fade = true;
fadeDelta = 5;
shadow = true;
shadowOpacity = "0.8";

vSync = true;
backend = "glx";


+ 1
- 0
modules/zsh/home.nix View File

@@ -22,6 +22,7 @@ in {
share = true;
};
initExtra = ''
export PATH='/run/wrappers/bin:/home/thorn/.nix-profile/bin:/etc/profiles/per-user/thorn/bin:/nix/var/nix/profiles/default/bin:/run/current-system/sw/bin:/home/thorn/.config/zsh/plugins/fast-syntax-highlighting'
setopt promptsubst
autoload -U colors && colors
export PROMPT='%{$fg[white]%}%B$(swatch)%b %{$fg[blue]%}%2~ %{$fg[green]%}%B>%b '


+ 1
- 0
users/thorn/fonts/default.nix View File

@@ -1,5 +1,6 @@
{ pkgs, ... }: {
fonts.fonts = with pkgs; [
tewi-font
inconsolata
];
}

+ 5
- 0
users/thorn/home.nix View File

@@ -41,6 +41,7 @@

# editors
ta.vim
libreoffice

# web stuff
elinks qutebrowser
@@ -49,9 +50,12 @@
youtube-dl

# media
aseprite
calibre
zathura
mpv
ncmpcpp
texlive.combined.scheme-full

# prog
rgbds sameboy
@@ -74,6 +78,7 @@
freedink freedroidrpg
freeorion
openarena
wine

];



Loading…
Cancel
Save