swayidle, osu stuff

This commit is contained in:
notohh 2022-12-17 18:19:53 -05:00
parent 419c924d6c
commit 098d5ae202
2 changed files with 15 additions and 1 deletions

View file

@ -24,6 +24,8 @@
networking.networkmanager.enable = true;
networking.nameservers = [ "192.168.1.45" ];
hardware.opentabletdriver.enable = true;
# pihole
environment.etc = {
"resolv.conf".text = "nameserver 192.168.1.45\n";
@ -82,12 +84,17 @@
#polkit
security.polkit.enable = true;
security.pam.services.swaylock = {
text = ''
auth include login
'';
};
#users
users.users.notoh = {
isNormalUser = true;
description = "notoh";
extraGroups = [ "networkmanager" "wheel" "disk" "video" "input" ];
extraGroups = [ "networkmanager" "wheel" "disk" "video" ];
packages = with pkgs; [
# essential
firefox
@ -117,6 +124,8 @@
virt-manager
playerctl
drawio
imv
opentabletdriver
# entertainment
ani-cli
@ -127,6 +136,7 @@
wine
lutris
bottles
osu-lazer
# theming
catppuccin-gtk
@ -143,6 +153,7 @@
environment.systemPackages = with pkgs; [
wget
git
gh
alacritty
stow
starship

View file

@ -46,6 +46,8 @@ in
wlogout
wlr-randr
rofi-wayland
swayidle
swaylock-effects
];
services.dbus.enable = true;
@ -67,6 +69,7 @@ in
__GL_VRR_ALLOWED = "0";
WLR_DRM_NO_ATOMIC = "1";
__GLX_VENDOR_LIBRARY_NAME = "nvidia";
SDL_VIDEODRIVER= "wayland";
# Will break SDDM if running X11
QT_QPA_PLATFORM = "wayland";