diff --git a/hosts/randolph/home.nix b/hosts/randolph/home.nix index d474383..0871294 100644 --- a/hosts/randolph/home.nix +++ b/hosts/randolph/home.nix @@ -118,7 +118,7 @@ in { bitwarden gwenview ] ++ # Personalized selection of graphical apps - [ mons shticker-book-unwritten ] ++ # Games + [ mons shticker-book-unwritten flightgear ] ++ # Games # [ swaybg bemenu j4-dmenu-desktop ] ++ # Sway- and Wayland-related packages [ noto-fonts @@ -132,7 +132,7 @@ in { ] ++ # Fonts # [ papirus-icon-theme ] ++ # Icons # [ vanilla-dmz ] ++ # Cursor - [ ] ++ # Temp + [ libsForQt5.kwin-tiling ] ++ # Temp [ ]; programs.home-manager.enable = true;