From 1a4f6d28c8d6100bbc52fbbb87f364fc3cbd0005 Mon Sep 17 00:00:00 2001 From: xnm Date: Sat, 8 Mar 2025 16:46:22 +0200 Subject: [PATCH] feat: update fish greeting and enable NVIDIA open drivers --- home/.config/fish/functions/fish_greeting.fish | 15 ++++++++++----- nixos/nvidia.nix | 2 +- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/home/.config/fish/functions/fish_greeting.fish b/home/.config/fish/functions/fish_greeting.fish index f7dd28d..b38d8b6 100644 --- a/home/.config/fish/functions/fish_greeting.fish +++ b/home/.config/fish/functions/fish_greeting.fish @@ -1,8 +1,13 @@ function fish_greeting - set_color blue; echo " Distro:  NixOS" - set_color white; echo " Langs:  Rust  Zig  Go  JS 󰛦 TS  Python  Lua  Wasm" - set_color green; echo " Shell: 󰈺 Fish" - set_color yellow; echo "󰟶 Mood: 👨‍💻" - set_color cyan; figlet random -f binary + set_color blue + echo " Distro:  NixOS" + set_color white + echo "󰅱 Langs:  Rust  Zig  Go  JS 󰛦 TS  Python  Lua  Wasm" + set_color green + echo " Shell: 󰈺 Fish" + set_color yellow + echo "󰟶 Mood: 👨‍💻" + set_color cyan + figlet random -f binary # clear end diff --git a/nixos/nvidia.nix b/nixos/nvidia.nix index 5bbd8b9..cdaf254 100644 --- a/nixos/nvidia.nix +++ b/nixos/nvidia.nix @@ -33,7 +33,7 @@ # supported GPUs is at: # https://github.com/NVIDIA/open-gpu-kernel-modules#compatible-gpus # Only available from driver 515.43.04+ - # open = true; + open = true; # Enable the Nvidia settings menu, # accessible via `nvidia-settings`.