feat(desktop): change to kitty
This commit is contained in:
parent
a2d3b6b978
commit
244e420d02
3 changed files with 7 additions and 2 deletions
|
|
@ -146,7 +146,7 @@ in {
|
||||||
settings = {
|
settings = {
|
||||||
"$mod" = "SUPER";
|
"$mod" = "SUPER";
|
||||||
"$menu" = "tofi";
|
"$menu" = "tofi";
|
||||||
"$terminal" = "foot";
|
"$terminal" = "kitty";
|
||||||
|
|
||||||
env = [
|
env = [
|
||||||
"LIBVA_DRIVER_NAME,nvidia"
|
"LIBVA_DRIVER_NAME,nvidia"
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,7 @@
|
||||||
gnome-epub-thumbnailer
|
gnome-epub-thumbnailer
|
||||||
nsxiv
|
nsxiv
|
||||||
libarchive
|
libarchive
|
||||||
ueberzugpp
|
# ueberzugpp
|
||||||
];
|
];
|
||||||
plugins.mappings = {
|
plugins.mappings = {
|
||||||
u = "nmount";
|
u = "nmount";
|
||||||
|
|
|
||||||
|
|
@ -43,6 +43,11 @@
|
||||||
# Install foot
|
# Install foot
|
||||||
programs.foot.enable = true;
|
programs.foot.enable = true;
|
||||||
|
|
||||||
|
# Install kitty
|
||||||
|
programs.kitty = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
# Setup and enable mako
|
# Setup and enable mako
|
||||||
services.mako = {
|
services.mako = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue