diff --git a/home.nix b/home.nix index 350c275f..db263e55 100644 --- a/home.nix +++ b/home.nix @@ -31,7 +31,6 @@ neofetch unzip eza - rustup # Note to self: This config does not include games/benchmarks. I'm using flatpak for those. diff --git a/scripts/arch-gnome-setup.sh b/scripts/arch-gnome-setup.sh new file mode 100644 index 00000000..5ee7ee8f --- /dev/null +++ b/scripts/arch-gnome-setup.sh @@ -0,0 +1,6 @@ +#! /bin/bash + +sudo pacman -Syu gnome power-profiles-daemon + +sudo systemctl enable power-profiles-daemon +sudo systemctl start power-profiles-daemon