neofetch 6 whatsie
change neofetch to fastfetch & Adapt insecure packages to make whatsie installation possible
This commit is contained in:
@@ -55,6 +55,8 @@
|
||||
|
||||
nixpkgs.config = {
|
||||
allowUnfree = true;
|
||||
permittedInsecurePackages = [ "electron-32.3.3" ];
|
||||
permittedInsecurePackages = [ "qtwebengine-5.15.19" ];
|
||||
};
|
||||
|
||||
# ── whatsie insecure ──────────────────────────────────────────────────
|
||||
}
|
||||
|
||||
@@ -7,6 +7,6 @@
|
||||
signal-desktop
|
||||
slack
|
||||
telegram-desktop
|
||||
# whatsie
|
||||
whatsie
|
||||
];
|
||||
}
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
python3
|
||||
zsh-nix-shell
|
||||
nix-zsh-completions
|
||||
neofetch
|
||||
fastfetch
|
||||
];
|
||||
|
||||
programs.zsh = {
|
||||
@@ -32,7 +32,7 @@
|
||||
initContent = ''
|
||||
export LD_LIBRARY_PATH="/nix/store/yjm4j9n85bcp42v5nkz2xifrp4a9s63k-sqlite-3.46.1/lib"o
|
||||
export CHROME_EXECUTABLE="/run/current-system/sw/bin/google-chrome-stable"
|
||||
neofetch
|
||||
fastfetch
|
||||
|
||||
PROMPT='%F{green}%n%f@%F{magenta}%m%f %F{blue}%B%~%b%f %# '
|
||||
RPROMPT='[%F{yellow}%?%f]'
|
||||
|
||||
Reference in New Issue
Block a user