1
0
mirror of https://github.com/kmein/niveum synced 2026-03-18 02:51:08 +01:00

feat: menu-calc (also for i3), nix-index

This commit is contained in:
2021-04-27 21:56:44 +02:00
parent 94cdfa3ea3
commit 7f009cfd08
3 changed files with 36 additions and 0 deletions

View File

@@ -193,6 +193,7 @@ in {
"${modifier}+Return" = "exec ${(defaultApplications pkgs).terminal}";
"${modifier}+t" = "exec ${(defaultApplications pkgs).fileManager}";
"${modifier}+y" = "exec ${(defaultApplications pkgs).browser}";
"${modifier}+0" = "exec ${pkgs.scripts.menu-calc}/bin/=";
"${modifier}+Shift+w" = "exec ${pkgs.scripts.k-lock}/bin/k-lock";
"${modifier}+a" =

View File

@@ -111,6 +111,7 @@ in {
hc # print files as qr codes
youtubeDL
bc # calculator
pari # gp -- better calculator
scripts.infschmv
scripts.default-gateway
scripts.showkeys-toggle
@@ -149,6 +150,8 @@ in {
# kmein.slide
scripts.tolino-screensaver
scripts.rfc
scripts.tag
scripts.menu-calc
nix-prefetch-git
scripts.nix-git
nixfmt
@@ -165,6 +168,9 @@ in {
spotify
spotify-tui
playerctl
nix-index
scripts.nix-index-update
];
}