diff --git a/hosts/skadi/configuration.nix b/hosts/skadi/configuration.nix index ab0a657..17c1c42 100644 --- a/hosts/skadi/configuration.nix +++ b/hosts/skadi/configuration.nix @@ -22,13 +22,13 @@ boot.blacklistedKernelModules = ["intel_pmc_bxt" "iTCO_vendor_support" "iTCO_wdt"]; # Use the xanmod kernel - boot.kernelPackages = pkgs.linuxPackages_cachyos-lto; - services.scx = { - enable = true; - package = pkgs.scx_git.full; - scheduler = "scx_lavd"; - extraArgs = ["--autopower"]; - }; + # boot.kernelPackages = pkgs.linuxPackages_cachyos-lto; + # services.scx = { + # enable = true; + # package = pkgs.scx_git.full; + # scheduler = "scx_lavd"; + # extraArgs = ["--autopower"]; + # }; # Get nicer hostname networking.hostName = "skadi"; # Define your hostname. @@ -61,11 +61,6 @@ fallbackDns = ["192.168.0.5"]; }; - # Enable wake on lan - networking.interfaces."enp4s0".wakeOnLan.policy = [ - "magic" - ]; - # Set your time zone. time.timeZone = "Europe/Zagreb"; diff --git a/modules/linux/home-manager/hyprland.nix b/modules/linux/home-manager/hyprland.nix index c77bb40..88ddd6c 100644 --- a/modules/linux/home-manager/hyprland.nix +++ b/modules/linux/home-manager/hyprland.nix @@ -146,7 +146,7 @@ in { settings = { "$mod" = "SUPER"; "$menu" = "tofi"; - "$terminal" = "foot"; + "$terminal" = "kitty"; env = [ "LIBVA_DRIVER_NAME,nvidia" diff --git a/modules/linux/home-manager/nnn.nix b/modules/linux/home-manager/nnn.nix index ad843a6..bd2fe37 100644 --- a/modules/linux/home-manager/nnn.nix +++ b/modules/linux/home-manager/nnn.nix @@ -30,7 +30,7 @@ gnome-epub-thumbnailer nsxiv libarchive - ueberzugpp + # ueberzugpp ]; plugins.mappings = { u = "nmount"; diff --git a/modules/linux/home-manager/wayland.nix b/modules/linux/home-manager/wayland.nix index b4c7172..a10500b 100644 --- a/modules/linux/home-manager/wayland.nix +++ b/modules/linux/home-manager/wayland.nix @@ -43,6 +43,11 @@ # Install foot programs.foot.enable = true; + # Install kitty + programs.kitty = { + enable = true; + }; + # Setup and enable mako services.mako = { enable = true;