Added Firefox (temporaty) and wofi

This commit is contained in:
Alexandre 2026-06-23 17:19:49 +00:00
parent 3352d73b3f
commit c43507365a

View File

@ -5,6 +5,12 @@
enable = true;
package = self.packages.${pkgs.stdenv.hostPlatform.system}.myNiri;
};
environment = {
systemPackages = with pkgs; [
wofi
firefox
];
};
};
perSystem = { pkgs, lib, ...}: {
@ -21,7 +27,7 @@
binds = {
"Mod+Return".spawn-sh = lib.getExe pkgs.kitty;
"Mod+R".spawn-sh = lib.getExe pkgs.hyprlauncher;
"Mod+R".spawn = [ "wofi" "--show" "drun"];
"Mod+Q".close-window = {};
};
};