Browse Source

bunch of random + crappy crappy hack for my zsh issue

master
Thorn Avery 3 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; blur = true;
fade = true; fade = true;
fadeDelta = 5; fadeDelta = 5;
shadow = true;
shadowOpacity = "0.8";


vSync = true; vSync = true;
backend = "glx"; backend = "glx";


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

@@ -22,6 +22,7 @@ in {
share = true; share = true;
}; };
initExtra = '' 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 setopt promptsubst
autoload -U colors && colors autoload -U colors && colors
export PROMPT='%{$fg[white]%}%B$(swatch)%b %{$fg[blue]%}%2~ %{$fg[green]%}%B>%b ' 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, ... }: { { pkgs, ... }: {
fonts.fonts = with pkgs; [ fonts.fonts = with pkgs; [
tewi-font tewi-font
inconsolata
]; ];
} }

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

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


# editors # editors
ta.vim ta.vim
libreoffice


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


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


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


]; ];




Loading…
Cancel
Save