some stuff
This commit is contained in:
parent
09328a7aa1
commit
57fd891882
1 changed files with 7 additions and 4 deletions
|
@ -22,12 +22,13 @@
|
|||
|
||||
networking.networkmanager.enable = true;
|
||||
networking.nameservers = [ "192.168.1.45" ];
|
||||
|
||||
|
||||
# pihole
|
||||
environment.etc = {
|
||||
"resolv.conf".text = "nameserver 192.168.1.45\n";
|
||||
};
|
||||
|
||||
time.timeZone = "America/New_York";
|
||||
time.timeZone = "America/New_York";
|
||||
|
||||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
|
||||
|
@ -97,8 +98,6 @@
|
|||
spotify-tui
|
||||
spotifyd
|
||||
mpv
|
||||
ani-cli
|
||||
trackma
|
||||
|
||||
# utility
|
||||
hyprpaper
|
||||
|
@ -117,6 +116,10 @@
|
|||
killall
|
||||
playerctl
|
||||
|
||||
# entertainment
|
||||
ani-cli
|
||||
trackma
|
||||
|
||||
# gaming
|
||||
steam
|
||||
wine
|
||||
|
|
Loading…
Reference in a new issue