Home Gen505 @ 2025-05-03-01:35 by jonas@comfy-station

This commit is contained in:
2025-05-03 01:35:34 +02:00
parent 7add5e0db6
commit 9a5d27a7b1
13 changed files with 396 additions and 400 deletions

View File

@@ -1,9 +1,7 @@
{config, ...}: rec {
imports = [
../modules/home/borg.nix
../modules/home/doom
../modules/home/firefox.nix
../modules/home/hyprland
../modules/home/kdeconnect.nix
../modules/home/kitty
../modules/home/nextcloud
@@ -28,10 +26,11 @@
age.keyFile = "${home.homeDirectory}/.config/sops/age/keys.txt";
};
doom.enable = true;
doom.enableCopilot = true;
doom.withNixPkgs = true;
doom.withShellPkgs = true;
# hive modules
hive.doom.enable = true;
hive.doom.enableCopilot = true;
hive.doom.withNixPkgs = true;
hive.doom.withShellPkgs = true;
# Make session variables available in systemd units
# SEE: https://github.com/nix-community/home-manager/pull/5543

View File

@@ -1,6 +1,5 @@
{...}: {
imports = [
../modules/home/doom
../modules/home/ranger
../modules/home/zsh
];
@@ -10,9 +9,11 @@
home.username = "jonas";
home.homeDirectory = "/home/jonas";
doom.enable = true;
doom.withNixPkgs = true;
doom.withShellPkgs = true;
# hive modules
hive.nix-scripts.enable = true;
hive.doom.enable = true;
hive.doom.withNixPkgs = true;
hive.doom.withShellPkgs = true;
# This value determines the Home Manager release that your configuration is
# compatible with. This helps avoid breakage when a new Home Manager release

View File

@@ -1,7 +1,6 @@
{config, ...}: rec {
imports = [
../modules/home/borg.nix
../modules/home/doom
../modules/home/firefox.nix
../modules/home/kdeconnect.nix
../modules/home/kitty
@@ -21,10 +20,11 @@
age.keyFile = "${home.homeDirectory}/.config/sops/age/keys.txt";
};
doom.enable = true;
doom.enableCopilot = true;
doom.withNixPkgs = true;
doom.withShellPkgs = true;
# hive moduless
hive.doom.enable = true;
hive.doom.enableCopilot = true;
hive.doom.withNixPkgs = true;
hive.doom.withShellPkgs = true;
# Make session variables available in systemd units
# SEE: https://github.com/nix-community/home-manager/pull/5543

View File

@@ -1,6 +1,5 @@
{...}: {
imports = [
../modules/home/doom
../modules/home/kitty
../modules/home/ranger
../modules/home/yubikey.nix
@@ -14,11 +13,12 @@
yubikey.pinentry = "gnome3";
doom.enable = true;
doom.enableCopilot = true;
doom.withNixPkgs = true;
doom.withShellPkgs = true;
doom.withCXXPkgs = true;
# hive modules
hive.doom.enable = true;
hive.doom.enableCopilot = true;
hive.doom.withNixPkgs = true;
hive.doom.withShellPkgs = true;
hive.doom.withCXXPkgs = true;
# This value determines the Home Manager release that your configuration is
# compatible with. This helps avoid breakage when a new Home Manager release