mirror of
https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git
synced 2025-09-15 09:45:58 +03:00
feat: update fish greeting and enable NVIDIA open drivers
This commit is contained in:
@@ -1,8 +1,13 @@
|
|||||||
function fish_greeting
|
function fish_greeting
|
||||||
set_color blue; echo " Distro: NixOS"
|
set_color blue
|
||||||
set_color white; echo " Langs: Rust Zig Go JS TS Python Lua Wasm"
|
echo " Distro: NixOS"
|
||||||
set_color green; echo " Shell: Fish"
|
set_color white
|
||||||
set_color yellow; echo " Mood: 👨💻"
|
echo " Langs: Rust Zig Go JS TS Python Lua Wasm"
|
||||||
set_color cyan; figlet random -f binary
|
set_color green
|
||||||
|
echo " Shell: Fish"
|
||||||
|
set_color yellow
|
||||||
|
echo " Mood: 👨💻"
|
||||||
|
set_color cyan
|
||||||
|
figlet random -f binary
|
||||||
# clear
|
# clear
|
||||||
end
|
end
|
||||||
|
@@ -33,7 +33,7 @@
|
|||||||
# supported GPUs is at:
|
# supported GPUs is at:
|
||||||
# https://github.com/NVIDIA/open-gpu-kernel-modules#compatible-gpus
|
# https://github.com/NVIDIA/open-gpu-kernel-modules#compatible-gpus
|
||||||
# Only available from driver 515.43.04+
|
# Only available from driver 515.43.04+
|
||||||
# open = true;
|
open = true;
|
||||||
|
|
||||||
# Enable the Nvidia settings menu,
|
# Enable the Nvidia settings menu,
|
||||||
# accessible via `nvidia-settings`.
|
# accessible via `nvidia-settings`.
|
||||||
|
Reference in New Issue
Block a user