Home Gen506 @ 2025-05-03-01:41 by jonas@comfy-station
This commit is contained in:
@@ -3,9 +3,6 @@
|
||||
../modules/home/borg.nix
|
||||
../modules/home/firefox.nix
|
||||
../modules/home/kdeconnect.nix
|
||||
../modules/home/kitty
|
||||
../modules/home/nextcloud
|
||||
../modules/home/ranger
|
||||
../modules/home/ssh.nix
|
||||
../modules/home/swaync
|
||||
../modules/home/themes/gtk
|
||||
@@ -28,6 +25,9 @@
|
||||
|
||||
# hive modules
|
||||
hive.hyprland.enable = true;
|
||||
hive.kitty.enable = true;
|
||||
hive.nextcloud.enable = true;
|
||||
hive.ranger.enable = true;
|
||||
hive.nix-scripts.enable = true;
|
||||
hive.doom.enable = true;
|
||||
hive.doom.enableCopilot = true;
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{...}: {
|
||||
imports = [
|
||||
../modules/home/ranger
|
||||
../modules/home/zsh
|
||||
];
|
||||
|
||||
@@ -12,6 +11,7 @@
|
||||
# hive modules
|
||||
hive.hyprland.enable = true;
|
||||
hive.nix-scripts.enable = true;
|
||||
hive.ranger.enable = true;
|
||||
hive.doom.enable = true;
|
||||
hive.doom.withNixPkgs = true;
|
||||
hive.doom.withShellPkgs = true;
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
../modules/home/firefox.nix
|
||||
../modules/home/kdeconnect.nix
|
||||
../modules/home/kitty
|
||||
../modules/home/nextcloud
|
||||
../modules/home/ranger
|
||||
../modules/home/ssh.nix
|
||||
../modules/home/yubikey.nix
|
||||
../modules/home/zsh
|
||||
@@ -21,6 +19,10 @@
|
||||
};
|
||||
|
||||
# hive moduless
|
||||
hive.hyprland.enable = true;
|
||||
hive.kitty.enable = true;
|
||||
hive.nextcloud.enable = true;
|
||||
hive.ranger.enable = true;
|
||||
hive.doom.enable = true;
|
||||
hive.doom.enableCopilot = true;
|
||||
hive.doom.withNixPkgs = true;
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
{...}: {
|
||||
imports = [
|
||||
../modules/home/kitty
|
||||
../modules/home/ranger
|
||||
../modules/home/yubikey.nix
|
||||
../modules/home/zsh
|
||||
];
|
||||
@@ -14,6 +12,9 @@
|
||||
yubikey.pinentry = "gnome3";
|
||||
|
||||
# hive modules
|
||||
hive.kitty.enable = true;
|
||||
hive.ranger.enable = true;
|
||||
hive.nix-scripts.enable = true;
|
||||
hive.doom.enable = true;
|
||||
hive.doom.enableCopilot = true;
|
||||
hive.doom.withNixPkgs = true;
|
||||
|
||||
Reference in New Issue
Block a user