This commit is contained in:
biscuit
2025-06-18 12:32:05 -05:00
parent ac41162a6e
commit c48d1543a4
4 changed files with 6 additions and 1 deletions
-1
View File
@@ -11,7 +11,6 @@
../../modules/system.nix
../../modules/display-manager.nix
../../modules/app.nix
../../modules/misc.nix
];
environment.systemPackages = with pkgs; [
+2
View File
@@ -0,0 +1,2 @@
[config.custom_keywords]
font1 = "JetBrainsMono Nerd Font"
+3
View File
@@ -5,4 +5,7 @@
...
}: {
imports = [inputs.matugen.nixosModules.default];
home.file.".config/matugen/config.toml" = {
source = builtins.toPath ./custom/config.toml;
};
}
+1
View File
@@ -3,6 +3,7 @@
hostname,
timezone,
touchpadSupport,
inputs,
...
}: {
environment.systemPackages = with pkgs;