Thunar module
This commit is contained in:
parent
38e4291b95
commit
2916aaa29b
4 changed files with 12 additions and 7 deletions
|
|
@ -1,10 +1,10 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
{
|
||||
imports = [ ./thunar.nix ];
|
||||
home.packages = with pkgs; [
|
||||
kitty
|
||||
lockscreen
|
||||
pamixer
|
||||
(xfce.thunar)
|
||||
playerctl
|
||||
terminator
|
||||
update-background
|
||||
|
|
@ -21,6 +21,7 @@
|
|||
keybindings = {
|
||||
"super + b" = "update-background";
|
||||
"super + alt + {h,j,k,l}" = "bspc node -z {left -20 0,bottom 0 20,top 0 -20,right 20 0}";
|
||||
"super + alt + p" = "autorandr -c";
|
||||
"super + alt + {q,r}" = "bspc {quit,wm -r}";
|
||||
"super + alt + shift + {h,j,k,l}" = "bspc node -z {right -20 0,top 0 20,bottom 0 -20,left 20 0}";
|
||||
"super + alt + m" = "lockscreen";
|
||||
|
|
|
|||
8
home_manager/modules/thunar.nix
Normal file
8
home_manager/modules/thunar.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs.xfce; [
|
||||
thunar
|
||||
tumbler
|
||||
xfconf
|
||||
];
|
||||
}
|
||||
|
|
@ -89,9 +89,6 @@
|
|||
# wineFull
|
||||
wireguard-tools
|
||||
xclip
|
||||
xfce.thunar
|
||||
xfce.tumbler
|
||||
xfce.xfconf
|
||||
xournalpp
|
||||
yq
|
||||
zip
|
||||
|
|
@ -155,6 +152,7 @@
|
|||
./modules/sxhkd.nix
|
||||
./modules/syncthing.nix
|
||||
./modules/terminator.nix
|
||||
./modules/thunar.nix
|
||||
./modules/update_background.nix
|
||||
./modules/webapp.nix
|
||||
./modules/xidlehook.nix
|
||||
|
|
|
|||
|
|
@ -72,9 +72,6 @@
|
|||
virt-manager
|
||||
# wineFull
|
||||
wireguard-tools
|
||||
xfce.thunar
|
||||
xfce.tumbler
|
||||
xfce.xfconf
|
||||
xournalpp
|
||||
zoom-us
|
||||
];
|
||||
|
|
@ -125,6 +122,7 @@
|
|||
./modules/sxhkd.nix
|
||||
./modules/syncthing.nix
|
||||
./modules/terminator.nix
|
||||
./modules/thunar.nix
|
||||
./modules/update_background.nix
|
||||
./modules/webapp.nix
|
||||
./modules/xidlehook.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue