This commit is contained in:
Sridhar Ratnakumar 2021-11-20 12:14:29 -05:00
parent 5914b1aefb
commit 8e14683bf0
5 changed files with 3 additions and 16 deletions

View file

@ -24,7 +24,7 @@ in
# Some modes freeze P71, so explicitly select a mode that is known to be stable.
locker = "${pkgs.xlockmore}/bin/xlock -mode space";
# Suspend asap after lock.
# Suspend after lock.
killtime = 10; # mins
killer = "${pkgs.systemd}/bin/systemctl suspend";
};

View file

@ -14,9 +14,8 @@
# WMish things
./xmonad
#./sway.nix
# ./taffybar # Disabled, because it rarely works
# ./xmobar
#./taffybar # Disabled, because it rarely works (and memory hungry)
#./xmobar # shit UX
];
environment.systemPackages = with pkgs; [

View file

@ -5,5 +5,4 @@
# https://github.com/NixOS/nixpkgs/issues/47932#issuecomment-447508411
hardware.opengl.driSupport32Bit = true;
}

View file

@ -1,8 +0,0 @@
{ config, pkgs, ...}:
{
programs.sway = {
enable = true;
};
}

View file

@ -8,10 +8,7 @@
dmenu
gmrun
xmobar
dzen2
# For taffybar?
hicolor-icon-theme
];
services.xserver = {