Home Gen500 @ 2025-04-10-13:15
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
};
|
||||
|
||||
doom.enable = true;
|
||||
doom.enableCopilot = true;
|
||||
doom.withNixPkgs = true;
|
||||
doom.withShellPkgs = true;
|
||||
|
||||
|
||||
@@ -10,6 +10,10 @@
|
||||
home.username = "jonas";
|
||||
home.homeDirectory = "/home/jonas";
|
||||
|
||||
doom.enable = true;
|
||||
doom.withNixPkgs = true;
|
||||
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
|
||||
# introduces backwards incompatible changes.
|
||||
|
||||
@@ -14,6 +14,11 @@
|
||||
|
||||
yubikey.pinentry = "gnome3";
|
||||
|
||||
doom.enable = true;
|
||||
doom.enableCopilot = true;
|
||||
doom.withNixPkgs = true;
|
||||
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
|
||||
# introduces backwards incompatible changes.
|
||||
|
||||
Reference in New Issue
Block a user