diff --git a/hosts/Garand-Desktop/variables.nix b/hosts/Garand-Desktop/variables.nix index ec4da7b..4f860ab 100644 --- a/hosts/Garand-Desktop/variables.nix +++ b/hosts/Garand-Desktop/variables.nix @@ -42,7 +42,7 @@ # This will set your color palette # Default background # 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 = "edward-elric-fullmetal-alchemist.jpg"; #stylixImage = "fire-nation.jpg"; @@ -55,6 +55,7 @@ #stylixImage = "rammstein-logo-three.jpg"; #stylixImage = "rammstein-one.jpg"; #stylixImage = "1346530.jpeg"; + stylixImage = "The-Southern-Raiders.jpg"; # Set network hostId if required (needed for zfs) # Otherwise leave as-is diff --git a/hosts/Garand-Laptop/variables.nix b/hosts/Garand-Laptop/variables.nix index 584df0b..bd1aea2 100644 --- a/hosts/Garand-Laptop/variables.nix +++ b/hosts/Garand-Laptop/variables.nix @@ -39,7 +39,7 @@ # This will set your color palette # Default background # 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 = "edward-elric-fullmetal-alchemist.jpg"; #stylixImage = "fire-nation.jpg"; @@ -52,6 +52,7 @@ #stylixImage = "rammstein-logo-three.jpg"; #stylixImage = "rammstein-one.jpg"; #stylixImage = "1346530.jpeg"; + stylixImage = "The-Southern-Raiders.jpg"; # Set network hostId if required (needed for zfs) # Otherwise leave as-is diff --git a/hosts/default/variables.nix b/hosts/default/variables.nix index 7038db2..0290c18 100644 --- a/hosts/default/variables.nix +++ b/hosts/default/variables.nix @@ -61,6 +61,7 @@ #stylixImage = "rammstein-logo-three.jpg"; #stylixImage = "rammstein-one.jpg"; #stylixImage = "1346530.jpeg"; + #stylixImage = "The-Southern-Raiders.jpg"; # Set network hostId if required (needed for zfs) # Otherwise leave as-is diff --git a/modules/core/packages/appimages/helium.nix b/modules/core/packages/appimages/helium.nix index 2b1e24d..2e67b48 100644 --- a/modules/core/packages/appimages/helium.nix +++ b/modules/core/packages/appimages/helium.nix @@ -4,11 +4,11 @@ fetchurl, }: let pname = "helium"; - version = "0.11.7.1"; + version = "0.12.1.1"; src = fetchurl { - url = "https://github.com/imputnet/helium-linux/releases/download/0.11.7.1/helium-0.11.7.1-x86_64.AppImage"; - sha256 = "sha256-qzc135IP5F2btxtOMUGMz+0azJhYL9KI0lcPG2KjcxU="; + url = "https://github.com/imputnet/helium-linux/releases/download/${version}/helium-${version}-x86_64.AppImage"; + sha256 = "sha256-+UE+JqQtxbA5szPvAohapXlES21VBOdNsV6Ej1dRRfs="; }; appimageContents = appimageTools.extract {inherit pname version src;}; in diff --git a/modules/drivers/nvidia-drivers.nix b/modules/drivers/nvidia-drivers.nix index 5de630b..ad79f87 100644 --- a/modules/drivers/nvidia-drivers.nix +++ b/modules/drivers/nvidia-drivers.nix @@ -36,7 +36,7 @@ in { # accessible via `nvidia-settings`. nvidiaSettings = true; # 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; }; }; }; diff --git a/modules/home/bash/aliases.nix b/modules/home/bash/aliases.nix index 5646844..d80e8dc 100644 --- a/modules/home/bash/aliases.nix +++ b/modules/home/bash/aliases.nix @@ -50,7 +50,8 @@ # System aliases # 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"; hypr-cli = "hyprctl clients"; diff --git a/wallpapers/The-Southern-Raiders.jpg b/wallpapers/The-Southern-Raiders.jpg new file mode 100644 index 0000000..3ebf0f2 Binary files /dev/null and b/wallpapers/The-Southern-Raiders.jpg differ diff --git a/wallpapers/attack-on-titan-mikasa-ackerman.jpg b/wallpapers/attack-on-titan-mikasa-ackerman.jpg index c30a5f6..5af5243 100644 Binary files a/wallpapers/attack-on-titan-mikasa-ackerman.jpg and b/wallpapers/attack-on-titan-mikasa-ackerman.jpg differ