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, ... }:
|
{ config, pkgs, lib, ... }:
|
||||||
{
|
{
|
||||||
|
imports = [ ./thunar.nix ];
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
kitty
|
kitty
|
||||||
lockscreen
|
lockscreen
|
||||||
pamixer
|
pamixer
|
||||||
(xfce.thunar)
|
|
||||||
playerctl
|
playerctl
|
||||||
terminator
|
terminator
|
||||||
update-background
|
update-background
|
||||||
|
|
@ -21,6 +21,7 @@
|
||||||
keybindings = {
|
keybindings = {
|
||||||
"super + b" = "update-background";
|
"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 + {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 + {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 + shift + {h,j,k,l}" = "bspc node -z {right -20 0,top 0 20,bottom 0 -20,left 20 0}";
|
||||||
"super + alt + m" = "lockscreen";
|
"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
|
# wineFull
|
||||||
wireguard-tools
|
wireguard-tools
|
||||||
xclip
|
xclip
|
||||||
xfce.thunar
|
|
||||||
xfce.tumbler
|
|
||||||
xfce.xfconf
|
|
||||||
xournalpp
|
xournalpp
|
||||||
yq
|
yq
|
||||||
zip
|
zip
|
||||||
|
|
@ -155,6 +152,7 @@
|
||||||
./modules/sxhkd.nix
|
./modules/sxhkd.nix
|
||||||
./modules/syncthing.nix
|
./modules/syncthing.nix
|
||||||
./modules/terminator.nix
|
./modules/terminator.nix
|
||||||
|
./modules/thunar.nix
|
||||||
./modules/update_background.nix
|
./modules/update_background.nix
|
||||||
./modules/webapp.nix
|
./modules/webapp.nix
|
||||||
./modules/xidlehook.nix
|
./modules/xidlehook.nix
|
||||||
|
|
|
||||||
|
|
@ -72,9 +72,6 @@
|
||||||
virt-manager
|
virt-manager
|
||||||
# wineFull
|
# wineFull
|
||||||
wireguard-tools
|
wireguard-tools
|
||||||
xfce.thunar
|
|
||||||
xfce.tumbler
|
|
||||||
xfce.xfconf
|
|
||||||
xournalpp
|
xournalpp
|
||||||
zoom-us
|
zoom-us
|
||||||
];
|
];
|
||||||
|
|
@ -125,6 +122,7 @@
|
||||||
./modules/sxhkd.nix
|
./modules/sxhkd.nix
|
||||||
./modules/syncthing.nix
|
./modules/syncthing.nix
|
||||||
./modules/terminator.nix
|
./modules/terminator.nix
|
||||||
|
./modules/thunar.nix
|
||||||
./modules/update_background.nix
|
./modules/update_background.nix
|
||||||
./modules/webapp.nix
|
./modules/webapp.nix
|
||||||
./modules/xidlehook.nix
|
./modules/xidlehook.nix
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue