Actually import nnn expression
Update hyprland binds to spawn nnn (and ncspot, using tmux as well) Add more nnn bookmarks
This commit is contained in:
parent
9fbda10700
commit
91166300c0
13
flake.lock
13
flake.lock
|
@ -554,6 +554,18 @@
|
|||
"type": "github"
|
||||
}
|
||||
},
|
||||
"nnn": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"narHash": "sha256-84UgZESwU/CsnMWsg7yYY6uNx5JClu89v/cz0NiYJRs=",
|
||||
"type": "file",
|
||||
"url": "https://github.com/jarun/nnn.git"
|
||||
},
|
||||
"original": {
|
||||
"type": "file",
|
||||
"url": "https://github.com/jarun/nnn.git"
|
||||
}
|
||||
},
|
||||
"nosys": {
|
||||
"locked": {
|
||||
"lastModified": 1668010795,
|
||||
|
@ -683,6 +695,7 @@
|
|||
"home-manager": "home-manager",
|
||||
"nix-index-database": "nix-index-database",
|
||||
"nixpkgs": "nixpkgs",
|
||||
"nnn": "nnn",
|
||||
"stylix": "stylix",
|
||||
"tokyonight-folke": "tokyonight-folke",
|
||||
"watershot": "watershot"
|
||||
|
|
|
@ -60,6 +60,7 @@
|
|||
./home/firefox.nix
|
||||
./home/kdeconnect.nix
|
||||
./home/media.nix
|
||||
./home/nnn.nix
|
||||
./home/pass.nix
|
||||
./home/zathura.nix
|
||||
];
|
||||
|
|
|
@ -105,11 +105,8 @@ in ''
|
|||
bind = SUPER SHIFT, Return, exec, [float] alacritty
|
||||
|
||||
bind = SUPER ALT, W, exec, [workspace 4] firefox
|
||||
bind = SUPER ALT, F, exec, [workspace 5] thunar
|
||||
bind = SUPER ALT, S, exec, [workspace 6] spot
|
||||
bind = SUPER ALT, C, exec, [workspace 7] fractal
|
||||
bind = SUPER ALT, R, exec, [workspace 8] remmina
|
||||
bind = SUPER ALT, G, exec, [workspace 9] steam
|
||||
bind = SUPER ALT, F, exec, [workspace 5] alacritty -e tmux new -A -s Files nnn -d
|
||||
bind = SUPER ALT, S, exec, [workspace 6] alacritty -e tmux new -A -s Spotify ncspot
|
||||
|
||||
# Misc useful binds
|
||||
bind=,Print,exec,watershot directory ${config.xdg.userDirs.pictures}
|
||||
|
|
|
@ -8,6 +8,9 @@
|
|||
D = "~/Downloads";
|
||||
p = "~/Pictures";
|
||||
v = "~/Videos";
|
||||
m = "~/Music";
|
||||
o = "~/Org";
|
||||
P = "~/Projects";
|
||||
};
|
||||
plugins = {
|
||||
src = "${nnn}/plugins";
|
||||
|
|
Loading…
Reference in a new issue