forked from extern/nix-config
archlinux: Add make gnome target
Here are some good default GNOME settings for when you want to boot into the gnome shell instead of bspwm.
This commit is contained in:
parent
7825eed62f
commit
bb5b168ca5
@ -41,6 +41,13 @@ rust:
|
|||||||
@rustup install stable
|
@rustup install stable
|
||||||
@rustup default stable
|
@rustup default stable
|
||||||
|
|
||||||
|
.PHONY: gnome
|
||||||
|
gnome:
|
||||||
|
@../gnome/.config/gnome/extensions.sh
|
||||||
|
@../gnome/.config/gnome/antialiasing.sh
|
||||||
|
@../gnome/.config/gnome/arc-dark-gtk-theme.sh
|
||||||
|
@../gnome/.config/gnome/breeze-cursor-theme.sh
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
@rm -fv PKGBUILDs/**/*.pkg.tar.xz
|
@rm -fv PKGBUILDs/**/*.pkg.tar.xz
|
||||||
|
Loading…
Reference in New Issue
Block a user