Flake update 2025-11-05 & Niri fix
This commit is contained in:
parent
1e89810074
commit
5bddc3384b
5 changed files with 95 additions and 93 deletions
|
|
@ -12,10 +12,12 @@
|
|||
config = lib.mkIf config.git.enable {
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = config.git.username;
|
||||
userEmail = config.git.email;
|
||||
extraConfig = {
|
||||
user.signingkey = "${config.home.homeDirectory}/.ssh/id_ed25519.pub";
|
||||
settings = {
|
||||
user = {
|
||||
name = config.git.username;
|
||||
email = config.git.email;
|
||||
signingkey = "${config.home.homeDirectory}/.ssh/id_ed25519.pub";
|
||||
};
|
||||
gpg.format = "ssh";
|
||||
commit.gpgSign = "true";
|
||||
tag.gpgSign = "true";
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
relativenumber = true;
|
||||
};
|
||||
commands = {
|
||||
dragon-out = ''%${pkgs.xdragon}/bin/xdragon -a -x "$fx"'';
|
||||
dragon-out = ''%${pkgs.dragon-drop}/bin/dragon -a -x "$fx"'';
|
||||
trash = lib.mkIf config.trash.enable ''
|
||||
%${pkgs.trash-cli}/bin/trash "$fx"
|
||||
'';
|
||||
|
|
|
|||
|
|
@ -53,8 +53,8 @@
|
|||
binds = with config.lib.niri.actions; {
|
||||
"Mod+Return".action= spawn "${config.defaultApps.terminal}";
|
||||
"Mod+Shift+Return".action = spawn "${pkgs.fuzzel}/bin/fuzzel";
|
||||
"Mod+P".action = screenshot;
|
||||
"Mod+Shift+P".action = screenshot-window;
|
||||
"Mod+P".action.screenshot = [];
|
||||
"Mod+Shift+P".action.screenshot-window = [];
|
||||
|
||||
"Mod+Tab".action = switch-preset-column-width;
|
||||
"Mod+Shift+Q".action = quit;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue