Thor: unstable

This commit is contained in:
Filippo Berto 2024-09-15 12:04:52 +02:00
parent 4d264d2cd8
commit cdccd6e1ae
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
8 changed files with 74 additions and 50 deletions

View file

@ -18,7 +18,7 @@
# pkgs.kustomize
pkgs.k9s
pkgs.awscli2
pkgs.openlens
pkgs.lens
pkgs.unstable_pkgs.kubevirt
];
};

View file

@ -1,7 +1,7 @@
{ pkgs, ... }:
{
home.packages = [
pkgs.gnome.nautilus
pkgs.gnome.sushi
pkgs.nautilus
pkgs.sushi
];
}

View file

@ -1,4 +1,4 @@
{ pkgs, ... }:
{
home.packages = builtins.attrValues { inherit (pkgs.cinnamon) nemo; };
home.packages = builtins.attrValues { inherit (pkgs) nemo; };
}

View file

@ -86,7 +86,7 @@
{
enable = true;
keybindings = {
"{,shift+}Print" = "${pkgs.gnome.gnome-screenshot}/bin/gnome-screenshot {-i,-a}";
"{,shift+}Print" = "${pkgs.gnome-screenshot}/bin/gnome-screenshot {-i,-a}";
"XF86Audio{LowerVolume,Mute,RaiseVolume}" = "${pamixer} {-d 2 -u,-t,-i 2 -u} && ${notifyVolume}";
"XF86Audio{Next,Play,Prev}" = "${playerctl} {next,play-pause,previous}";
"XF86MonBrightness{Up,Down}" = "${xbacklight} -{inc,dec} 10 && ${notifyBrightness}";