Added: Darwin Config

This commit is contained in:
2025-09-27 16:18:13 +02:00
parent 26461fbf13
commit aa3e1cedce
5 changed files with 270 additions and 128 deletions

View File

@@ -1,19 +1,28 @@
{
config,
pkgs,
lib,
darwinConfig,
...
}:
{
imports = [ ];
imports = [ ./sketchybar.nix ];
home.username = "dergrumpf";
home.homeDirectory = "/Users/dergrumpf";
home.stateVersion = "23.11";
home.file = {
"Pictures/Avatar" = {
source = ../avatar;
recursive = true;
};
};
home.file = {
"Pictures/Wallpapers" = {
source = ../wallpapers;
recursive = true;
};
};
home.file.".config/fastfetch/config.jsonc".source = ./config.jsonc;
programs.home-manager.enable = true;
home.packages = with pkgs; [