mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-17 20:43:03 +01:00
kitty fixes
This commit is contained in:
parent
0432bb06fc
commit
c8e2117f40
2 changed files with 4 additions and 1 deletions
|
|
@ -8,7 +8,8 @@ in
|
|||
bitwarden
|
||||
firefox-wayland
|
||||
thunderbird
|
||||
discord
|
||||
element-desktop
|
||||
(discord.override { nss = pkgs.nss; })
|
||||
spotify
|
||||
signal-desktop
|
||||
|
||||
|
|
|
|||
2
home.nix
2
home.nix
|
|
@ -47,6 +47,7 @@ in
|
|||
cargo-edit
|
||||
rsync
|
||||
fd
|
||||
niv
|
||||
];
|
||||
|
||||
programs = {
|
||||
|
|
@ -124,6 +125,7 @@ in
|
|||
ls = "${pkgs.exa}/bin/exa --icons";
|
||||
screenRegion = "${pkgs.slurp}/bin/slurp | ${pkgs.grim}/bin/grim -g - ";
|
||||
py3 = "nix-shell -p python3 python3.pkgs.matplotlib --run python3";
|
||||
ssh = "kitty +kitten ssh";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue