upd
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
../../modules/system.nix
|
||||
../../modules/display-manager.nix
|
||||
../../modules/app.nix
|
||||
../../modules/misc.nix
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
[config.custom_keywords]
|
||||
font1 = "JetBrainsMono Nerd Font"
|
||||
@@ -5,4 +5,7 @@
|
||||
...
|
||||
}: {
|
||||
imports = [inputs.matugen.nixosModules.default];
|
||||
home.file.".config/matugen/config.toml" = {
|
||||
source = builtins.toPath ./custom/config.toml;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
hostname,
|
||||
timezone,
|
||||
touchpadSupport,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
environment.systemPackages = with pkgs;
|
||||
|
||||
Reference in New Issue
Block a user