Changed: Kitty Conf
This commit is contained in:
@@ -9,7 +9,11 @@ let
|
||||
|
||||
in
|
||||
{
|
||||
programs.kitty.enable = true;
|
||||
imports = [
|
||||
./kitty.nix # Terminal
|
||||
];
|
||||
|
||||
|
||||
wayland.windowManager.hyprland = {
|
||||
inherit package;
|
||||
enable = true;
|
||||
@@ -21,7 +25,6 @@ in
|
||||
#inputs.hyprland-plugins.packages.${pkgs.stdenv.hostPlatform.system}.hyprbars
|
||||
];
|
||||
};
|
||||
home.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||
|
||||
wayland.windowManager.hyprland.settings = {
|
||||
env = [
|
||||
|
Reference in New Issue
Block a user