Mostly notes, dragon to plasma

This commit is contained in:
Daniel Flanagan 2024-03-29 10:15:54 -05:00
parent 4170c92d44
commit b489673f31
4 changed files with 9 additions and 3 deletions

View file

@ -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

View file

@ -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";

View file

@ -19,7 +19,7 @@
desktop-usage
podman
# kde-plasma
kde-plasma
postgres
wifi
hyprland

View file

@ -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 = [