feat: Remove sunshine shiro and kitty only on linux
This commit is contained in:
@@ -11,7 +11,6 @@
|
|||||||
"kunkun" # Soon
|
"kunkun" # Soon
|
||||||
"lunar"
|
"lunar"
|
||||||
"virtual-desktop-streamer"
|
"virtual-desktop-streamer"
|
||||||
"sunshine"
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
programs.kitty = {
|
programs.kitty = {
|
||||||
enable = true;
|
enable = pkgs.stdenv.isLinux;
|
||||||
# enable = false;
|
# enable = false;
|
||||||
font = {
|
font = {
|
||||||
# name = "FiraCode Nerd Font Mono";
|
# name = "FiraCode Nerd Font Mono";
|
||||||
|
|||||||
Reference in New Issue
Block a user