forked from Shinonome/dots-hyprland
Remove install-agsv1(); Update home.nix
This commit is contained in:
@@ -200,9 +200,9 @@
|
||||
#hyprlock
|
||||
#hyprpicker
|
||||
#nm-connection-editor
|
||||
#songrec
|
||||
#translate-shell
|
||||
#wlogout
|
||||
songrec #songrec (Used in Quickshell config)
|
||||
translate-shell #translate-shell (Used in Quickshell config)
|
||||
wlogout #wlogout (Used in Hyprland config)
|
||||
|
||||
]
|
||||
++ [
|
||||
|
||||
@@ -5,21 +5,6 @@
|
||||
|
||||
# This file is provided for any distros, mainly non-Arch(based) distros.
|
||||
|
||||
install-agsv1(){
|
||||
x mkdir -p $REPO_ROOT/cache/agsv1
|
||||
x cd $REPO_ROOT/cache/agsv1
|
||||
try git init -b main
|
||||
try git remote add origin https://github.com/Aylur/ags.git
|
||||
x git pull origin main && git submodule update --init --recursive
|
||||
x git fetch --tags
|
||||
x git checkout v1.9.0
|
||||
x npm install
|
||||
x meson setup build # --reconfigure
|
||||
x meson install -C build
|
||||
x sudo mv /usr/local/bin/ags{,v1}
|
||||
x cd $REPO_ROOT
|
||||
}
|
||||
|
||||
install-Rubik(){
|
||||
x mkdir -p $REPO_ROOT/cache/Rubik
|
||||
x cd $REPO_ROOT/cache/Rubik
|
||||
|
||||
Reference in New Issue
Block a user