Remove with antipatter and aggregate google-chrome override
This commit is contained in:
parent
a4b29ec259
commit
93b0ccf178
46 changed files with 264 additions and 452 deletions
|
|
@ -3,14 +3,11 @@
|
|||
# ./nautilus.nix
|
||||
# ./thunar.nix
|
||||
];
|
||||
home.packages = with pkgs; [
|
||||
gnome.gnome-screenshot
|
||||
lockscreen
|
||||
terminator
|
||||
bsp-layout
|
||||
bc # required by bsp-layout
|
||||
clipedit
|
||||
];
|
||||
home.packages = builtins.attrValues {
|
||||
inherit (pkgs)
|
||||
# bc
|
||||
bsp-layout clipedit lockscreen terminator; # required by bsp-layout
|
||||
};
|
||||
services.sxhkd = let
|
||||
primaryTerminal = "kitty";
|
||||
secondaryTerminal = "terminator";
|
||||
|
|
@ -41,7 +38,7 @@
|
|||
enable = true;
|
||||
keybindings = {
|
||||
"alt + Tab" = "rofi -show window";
|
||||
"Print" = "gnome-screenshot";
|
||||
"Print" = "${pkgs.gnome.gnome-screenshot}/bin/gnome-screenshot";
|
||||
"super + alt + {h,j,k,l}" =
|
||||
"bspc node -z {left -20 0,bottom 0 20,top 0 -20,right 20 0}";
|
||||
"super + alt + m" = "lockscreen";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue