From f13827061a88f1226ee760042cb077f2c03a4722 Mon Sep 17 00:00:00 2001 From: Thorn Avery Date: Mon, 24 May 2021 07:24:43 +0000 Subject: [PATCH] bunch of random + crappy crappy hack for my zsh issue --- modules/picom/home.nix | 2 -- modules/zsh/home.nix | 1 + users/thorn/fonts/default.nix | 1 + users/thorn/home.nix | 5 +++++ 4 files changed, 7 insertions(+), 2 deletions(-) diff --git a/modules/picom/home.nix b/modules/picom/home.nix index 2915356..6708812 100644 --- a/modules/picom/home.nix +++ b/modules/picom/home.nix @@ -6,8 +6,6 @@ blur = true; fade = true; fadeDelta = 5; - shadow = true; - shadowOpacity = "0.8"; vSync = true; backend = "glx"; diff --git a/modules/zsh/home.nix b/modules/zsh/home.nix index 3019749..09591a3 100644 --- a/modules/zsh/home.nix +++ b/modules/zsh/home.nix @@ -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 ' diff --git a/users/thorn/fonts/default.nix b/users/thorn/fonts/default.nix index 0ae0bf2..c585d4c 100644 --- a/users/thorn/fonts/default.nix +++ b/users/thorn/fonts/default.nix @@ -1,5 +1,6 @@ { pkgs, ... }: { fonts.fonts = with pkgs; [ tewi-font + inconsolata ]; } diff --git a/users/thorn/home.nix b/users/thorn/home.nix index 964aecc..02b605a 100755 --- a/users/thorn/home.nix +++ b/users/thorn/home.nix @@ -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 ];