Refresh wallpapers and update configs
- Set default stylix wallpaper to “The‑Southern‑Raiders.jpg” and comment out the old image. - Bump helium AppImage to version 0.12.1.1 with updated URL and checksum. - Switch NVIDIA driver package from beta to stable. - Change “kys” alias to use systemctl poweroff and add “jezus” alias for reboot.
This commit is contained in:
@@ -42,7 +42,7 @@
|
|||||||
# This will set your color palette
|
# This will set your color palette
|
||||||
# Default background
|
# Default background
|
||||||
# Add new images to ~/garandos/wallpapers
|
# Add new images to ~/garandos/wallpapers
|
||||||
stylixImage = "attack-on-titan-mikasa-ackerman.jpg";
|
# stylixImage = "attack-on-titan-mikasa-ackerman.jpg";
|
||||||
#stylixImage = "DW_Pacts.jpg";
|
#stylixImage = "DW_Pacts.jpg";
|
||||||
#stylixImage = "edward-elric-fullmetal-alchemist.jpg";
|
#stylixImage = "edward-elric-fullmetal-alchemist.jpg";
|
||||||
#stylixImage = "fire-nation.jpg";
|
#stylixImage = "fire-nation.jpg";
|
||||||
@@ -55,6 +55,7 @@
|
|||||||
#stylixImage = "rammstein-logo-three.jpg";
|
#stylixImage = "rammstein-logo-three.jpg";
|
||||||
#stylixImage = "rammstein-one.jpg";
|
#stylixImage = "rammstein-one.jpg";
|
||||||
#stylixImage = "1346530.jpeg";
|
#stylixImage = "1346530.jpeg";
|
||||||
|
stylixImage = "The-Southern-Raiders.jpg";
|
||||||
|
|
||||||
# Set network hostId if required (needed for zfs)
|
# Set network hostId if required (needed for zfs)
|
||||||
# Otherwise leave as-is
|
# Otherwise leave as-is
|
||||||
|
|||||||
@@ -39,7 +39,7 @@
|
|||||||
# This will set your color palette
|
# This will set your color palette
|
||||||
# Default background
|
# Default background
|
||||||
# Add new images to ~/garandos/wallpapers
|
# Add new images to ~/garandos/wallpapers
|
||||||
stylixImage = "attack-on-titan-mikasa-ackerman.jpg";
|
# stylixImage = "attack-on-titan-mikasa-ackerman.jpg";
|
||||||
#stylixImage = "DW_Pacts.jpg";
|
#stylixImage = "DW_Pacts.jpg";
|
||||||
#stylixImage = "edward-elric-fullmetal-alchemist.jpg";
|
#stylixImage = "edward-elric-fullmetal-alchemist.jpg";
|
||||||
#stylixImage = "fire-nation.jpg";
|
#stylixImage = "fire-nation.jpg";
|
||||||
@@ -52,6 +52,7 @@
|
|||||||
#stylixImage = "rammstein-logo-three.jpg";
|
#stylixImage = "rammstein-logo-three.jpg";
|
||||||
#stylixImage = "rammstein-one.jpg";
|
#stylixImage = "rammstein-one.jpg";
|
||||||
#stylixImage = "1346530.jpeg";
|
#stylixImage = "1346530.jpeg";
|
||||||
|
stylixImage = "The-Southern-Raiders.jpg";
|
||||||
|
|
||||||
# Set network hostId if required (needed for zfs)
|
# Set network hostId if required (needed for zfs)
|
||||||
# Otherwise leave as-is
|
# Otherwise leave as-is
|
||||||
|
|||||||
@@ -61,6 +61,7 @@
|
|||||||
#stylixImage = "rammstein-logo-three.jpg";
|
#stylixImage = "rammstein-logo-three.jpg";
|
||||||
#stylixImage = "rammstein-one.jpg";
|
#stylixImage = "rammstein-one.jpg";
|
||||||
#stylixImage = "1346530.jpeg";
|
#stylixImage = "1346530.jpeg";
|
||||||
|
#stylixImage = "The-Southern-Raiders.jpg";
|
||||||
|
|
||||||
# Set network hostId if required (needed for zfs)
|
# Set network hostId if required (needed for zfs)
|
||||||
# Otherwise leave as-is
|
# Otherwise leave as-is
|
||||||
|
|||||||
@@ -4,11 +4,11 @@
|
|||||||
fetchurl,
|
fetchurl,
|
||||||
}: let
|
}: let
|
||||||
pname = "helium";
|
pname = "helium";
|
||||||
version = "0.11.7.1";
|
version = "0.12.1.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/imputnet/helium-linux/releases/download/0.11.7.1/helium-0.11.7.1-x86_64.AppImage";
|
url = "https://github.com/imputnet/helium-linux/releases/download/${version}/helium-${version}-x86_64.AppImage";
|
||||||
sha256 = "sha256-qzc135IP5F2btxtOMUGMz+0azJhYL9KI0lcPG2KjcxU=";
|
sha256 = "sha256-+UE+JqQtxbA5szPvAohapXlES21VBOdNsV6Ej1dRRfs=";
|
||||||
};
|
};
|
||||||
appimageContents = appimageTools.extract {inherit pname version src;};
|
appimageContents = appimageTools.extract {inherit pname version src;};
|
||||||
in
|
in
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ in {
|
|||||||
# accessible via `nvidia-settings`.
|
# accessible via `nvidia-settings`.
|
||||||
nvidiaSettings = true;
|
nvidiaSettings = true;
|
||||||
# Optionally, you may need to select the appropriate driver version for your specific GPU.
|
# Optionally, you may need to select the appropriate driver version for your specific GPU.
|
||||||
package = config.boot.kernelPackages.nvidiaPackages.beta;
|
package = config.boot.kernelPackages.nvidiaPackages.stable;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -50,7 +50,8 @@
|
|||||||
|
|
||||||
# System aliases
|
# System aliases
|
||||||
# flush-codium = "sudo killall codium && sudo rm -rf ~/.config/VSCodium/Cache && sudo rm -rf ~/.config/VSCodium/CachedData";
|
# flush-codium = "sudo killall codium && sudo rm -rf ~/.config/VSCodium/Cache && sudo rm -rf ~/.config/VSCodium/CachedData";
|
||||||
kys = "shutdown now";
|
kys = "systemctl poweroff";
|
||||||
|
jezus = "systemctl reboot";
|
||||||
ookla = "speedtest";
|
ookla = "speedtest";
|
||||||
hypr-cli = "hyprctl clients";
|
hypr-cli = "hyprctl clients";
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 1.3 MiB |
Binary file not shown.
|
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 3.4 MiB |
Reference in New Issue
Block a user