mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-11 17:36:07 +08:00
cleanup
This commit is contained in:
parent
5914b1aefb
commit
8e14683bf0
5 changed files with 3 additions and 16 deletions
|
|
@ -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";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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; [
|
||||
|
|
|
|||
|
|
@ -5,5 +5,4 @@
|
|||
|
||||
# https://github.com/NixOS/nixpkgs/issues/47932#issuecomment-447508411
|
||||
hardware.opengl.driSupport32Bit = true;
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,8 +0,0 @@
|
|||
|
||||
{ config, pkgs, ...}:
|
||||
|
||||
{
|
||||
programs.sway = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
|
|
@ -8,10 +8,7 @@
|
|||
|
||||
dmenu
|
||||
gmrun
|
||||
xmobar
|
||||
dzen2
|
||||
# For taffybar?
|
||||
hicolor-icon-theme
|
||||
];
|
||||
|
||||
services.xserver = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue