Mostly notes, dragon to plasma
This commit is contained in:
parent
4170c92d44
commit
b489673f31
4 changed files with 9 additions and 3 deletions
|
@ -14,6 +14,9 @@
|
||||||
./linux-desktop.nix
|
./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; [
|
home.packages = with pkgs; [
|
||||||
# TODO: integrate osd
|
# TODO: integrate osd
|
||||||
swayosd
|
swayosd
|
||||||
|
|
|
@ -12,11 +12,11 @@
|
||||||
# typing and I go to resize kitty and crash loses my work.
|
# 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
|
# It is entirely possible that this is due to my configuration, though, and
|
||||||
# not the fault of the applications themselves!
|
# 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://www.reddit.com/r/kde/comments/ohiwqf/kitty_crashes_plasma_wayland_session/
|
||||||
# https://gitlab.archlinux.org/archlinux/packaging/packages/kitty/-/issues/3
|
# https://gitlab.archlinux.org/archlinux/packaging/packages/kitty/-/issues/3
|
||||||
|
|
||||||
|
# NOTE: I'm switching to wezterm. Will this solve my issue?
|
||||||
|
|
||||||
# qt.platformTheme = "gnome";
|
# qt.platformTheme = "gnome";
|
||||||
|
|
||||||
services.xserver.displayManager.defaultSession = "plasma";
|
services.xserver.displayManager.defaultSession = "plasma";
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
desktop-usage
|
desktop-usage
|
||||||
podman
|
podman
|
||||||
# kde-plasma
|
kde-plasma
|
||||||
postgres
|
postgres
|
||||||
wifi
|
wifi
|
||||||
hyprland
|
hyprland
|
||||||
|
|
|
@ -9,6 +9,9 @@
|
||||||
in {
|
in {
|
||||||
networking.hostName = "foxtrot";
|
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; [
|
imports = with outputs.nixosModules; [
|
||||||
{
|
{
|
||||||
nixpkgs.overlays = [
|
nixpkgs.overlays = [
|
||||||
|
|
Loading…
Reference in a new issue