From 3fd2701629a157e6067332196a65d6a24f9d9db2 Mon Sep 17 00:00:00 2001 From: vorboyvo Date: Thu, 25 Jul 2024 02:55:53 -0400 Subject: [PATCH] Added flightgear and kwin tiling extension. --- hosts/randolph/home.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;