Compare commits

...

2 Commits

4 changed files with 29 additions and 4 deletions

View File

@@ -12,6 +12,8 @@ in
{
imports = [
../../modules/desktop/niri
../../modules/3d
../../modules/git.nix
# ../../modules/hetzner.nix
../../modules/k9s.nix
@@ -20,6 +22,7 @@ in
../../modules/taskwarrior.nix
../../modules/keepassxc.nix
../../modules/anki.nix
../../modules/photography
../../modules/browser
../../modules/shell
];
@@ -43,8 +46,5 @@ in
taskwarrior.config.recurrence = lib.mkForce "on";
};
home.packages = import ../packages.nix {
inherit pkgs;
inherit config;
};
home.packages = import ../packages.nix { inherit pkgs; };
}

View File

@@ -0,0 +1,11 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
bambu-studio
blender
openscad-lsp
openscad-unstable
orca-slicer
];
}

View File

@@ -15,4 +15,11 @@
wlsunset
];
};
services.gammastep = {
enable = true;
provider = "manual";
latitude = 51.05;
longitude = 3.71667;
};
}

View File

@@ -0,0 +1,7 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
darktable
];
}