Remove with antipatter and aggregate google-chrome override

This commit is contained in:
Filippo Berto 2023-02-15 10:41:52 +01:00
parent a4b29ec259
commit 93b0ccf178
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
46 changed files with 264 additions and 452 deletions

View file

@ -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";