Joystickwake + background
This commit is contained in:
parent
e080d5b9b8
commit
8acab53e36
10 changed files with 135 additions and 35 deletions
30
home.nix
30
home.nix
|
|
@ -108,6 +108,7 @@ in
|
|||
xclip
|
||||
zoom-us
|
||||
zotero
|
||||
|
||||
] ++ [
|
||||
(
|
||||
pkgs.dwarf-fortress-packages.dwarf-fortress-full.override {
|
||||
|
|
@ -129,6 +130,7 @@ in
|
|||
./modules/bat.nix
|
||||
./modules/bottom.nix
|
||||
./modules/broot.nix
|
||||
./modules/bspwm.nix
|
||||
./modules/dircolors.nix
|
||||
./modules/direnv.nix
|
||||
./modules/dunst.nix
|
||||
|
|
@ -138,6 +140,7 @@ in
|
|||
./modules/gpg.nix
|
||||
./modules/grobi.nix
|
||||
./modules/info.nix
|
||||
./modules/joystickwake.nix
|
||||
./modules/jq.nix
|
||||
./modules/kakoune.nix
|
||||
./modules/keepassxc.nix
|
||||
|
|
@ -155,28 +158,19 @@ in
|
|||
./modules/qogir_theme.nix
|
||||
./modules/rofi.nix
|
||||
./modules/screen_locker.nix
|
||||
# ./modules/xidelhook.nix
|
||||
./modules/ssh.nix
|
||||
./modules/sxhkd.nix
|
||||
./modules/syncthing.nix
|
||||
./modules/terminator.nix
|
||||
./modules/tmux.nix
|
||||
./modules/update_background.nix
|
||||
# ./modules/xidelhook.nix
|
||||
./modules/zoxide.nix
|
||||
./modules/zsh.nix
|
||||
|
||||
];
|
||||
|
||||
# Autolock services: xss-lock.service xautolock-session.service
|
||||
|
||||
programs = {
|
||||
# command-not-found.enable = true;
|
||||
home-manager.enable = true;
|
||||
# info.enable = true;
|
||||
# kakoune = import ./modules/kakoune.nix pkgs;
|
||||
# zsh = {
|
||||
# enableVteIntegration = true;
|
||||
# };
|
||||
};
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
services = {
|
||||
blueman-applet.enable = true;
|
||||
|
|
@ -187,5 +181,15 @@ in
|
|||
playerctld.enable = true;
|
||||
# poweralertd.enable = true;
|
||||
};
|
||||
xsession.numlock.enable = true;
|
||||
|
||||
xsession = {
|
||||
enable = true;
|
||||
numlock.enable = true;
|
||||
initExtra = ''
|
||||
## Touchpad
|
||||
${pkgs.xorg.xinput}/bin/xinput set-prop 'DELL0824:00 06CB:7E92 Touchpad' 'libinput Natural Scrolling Enabled' 1
|
||||
${pkgs.xorg.xinput}/bin/xinput set-prop 'DELL0824:00 06CB:7E92 Touchpad' 'libinput Tapping Enabled' 1
|
||||
'';
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue