Home Gen509 @ 2025-05-03-15:04 by jonas@comfy-station

This commit is contained in:
2025-05-03 15:04:35 +02:00
parent 9ebf6152a0
commit 31a51c89c3
7 changed files with 248 additions and 181 deletions

View File

@@ -1,11 +1,7 @@
{config, ...}: rec {
imports = [
../modules/home/borg.nix
../modules/home/firefox.nix
../modules/home/kdeconnect.nix
../modules/home/ssh.nix
../modules/home/themes/gtk
../modules/home/themes/qt
../modules/home/yubikey.nix
];
@@ -22,6 +18,12 @@
hive.hyprland.enable = true;
hive.kitty.enable = true;
hive.nextcloud.enable = true;
hive.firefox = {
enable = true;
plasmaIntegration = true;
passFF = true;
};
hive.kdeconnect.enable = true;
hive.ranger.enable = true;
hive.swaync.enable = true;
hive.waybar.enable = true;

View File

@@ -1,8 +1,6 @@
{config, ...}: rec {
imports = [
../modules/home/borg.nix
../modules/home/firefox.nix
../modules/home/kdeconnect.nix
../modules/home/ssh.nix
../modules/home/yubikey.nix
];