add paneru package

This commit is contained in:
2026-02-15 19:31:16 +01:00
parent a13e4f349c
commit c7d14c4160
5 changed files with 134 additions and 35 deletions
+6 -2
View File
@@ -1,9 +1,9 @@
{ import-tree, paneru, ... }:
{ import-tree, pkgs, ... }:
{
home-manager.users.alistreaza = {
imports = [
pkgs.paneru.homeModules.paneru
(import-tree ../../../modules/home/common)
paneru.homeModules.paneru
];
home = {
@@ -30,6 +30,10 @@
targets.darwin.linkApps.enable = false;
targets.darwin.copyApps.enable = false;
services.paneru = {
enable = true;
};
# The state version is required and should stay at the version you
# originally installed.
home.stateVersion = "25.11";