diff --git a/modules/home-manager/hyprland.nix b/modules/home-manager/hyprland.nix index eb435c2..3b9ba88 100644 --- a/modules/home-manager/hyprland.nix +++ b/modules/home-manager/hyprland.nix @@ -14,6 +14,9 @@ ./linux-desktop.nix ]; + # TODO: Hyprland seems to have issues with resuming from hibernation on my + # laptop where it uses a ton of CPU. + home.packages = with pkgs; [ # TODO: integrate osd swayosd diff --git a/modules/nixos/kde-plasma.nix b/modules/nixos/kde-plasma.nix index 2356bbb..9a495c5 100644 --- a/modules/nixos/kde-plasma.nix +++ b/modules/nixos/kde-plasma.nix @@ -12,11 +12,11 @@ # typing and I go to resize kitty and crash loses my work. # It is entirely possible that this is due to my configuration, though, and # not the fault of the applications themselves! - # TODO: I'm switching to wezterm. Will this solve my issue? - # TODO: find an issue to link to? # https://www.reddit.com/r/kde/comments/ohiwqf/kitty_crashes_plasma_wayland_session/ # https://gitlab.archlinux.org/archlinux/packaging/packages/kitty/-/issues/3 + # NOTE: I'm switching to wezterm. Will this solve my issue? + # qt.platformTheme = "gnome"; services.xserver.displayManager.defaultSession = "plasma"; diff --git a/nixos/dragon.nix b/nixos/dragon.nix index 78419ac..3cc198d 100644 --- a/nixos/dragon.nix +++ b/nixos/dragon.nix @@ -19,7 +19,7 @@ desktop-usage podman - # kde-plasma + kde-plasma postgres wifi hyprland diff --git a/nixos/foxtrot.nix b/nixos/foxtrot.nix index e49cf10..53f93b0 100644 --- a/nixos/foxtrot.nix +++ b/nixos/foxtrot.nix @@ -9,6 +9,9 @@ in { networking.hostName = "foxtrot"; + # TODO: I currently have issues with wifi after resuming from hibernation sometimes. + # I have to modprobe remove and re-add the wifi module to resolve. Mildly annoying. + imports = with outputs.nixosModules; [ { nixpkgs.overlays = [