fixes penaeru

This commit is contained in:
Dennis Schoepf 2026-03-05 23:12:28 +01:00
parent fa3b862ff3
commit d4f14279fa
2 changed files with 30 additions and 1 deletions

23
flake.lock generated
View file

@ -304,6 +304,26 @@
"type": "github" "type": "github"
} }
}, },
"paneru": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1772734644,
"narHash": "sha256-+vmK3OBNboX4LBxlC+1gYvnofko6/dxvc0Dx3UYGTuo=",
"owner": "karinushka",
"repo": "paneru",
"rev": "0a2b802eb5d922ca726901b71d6e813f779ae0d2",
"type": "github"
},
"original": {
"owner": "karinushka",
"repo": "paneru",
"type": "github"
}
},
"quickshell": { "quickshell": {
"inputs": { "inputs": {
"nixpkgs": [ "nixpkgs": [
@ -340,7 +360,8 @@
"nixpkgs-lib": [ "nixpkgs-lib": [
"nixpkgs" "nixpkgs"
], ],
"nixvim": "nixvim" "nixvim": "nixvim",
"paneru": "paneru"
} }
}, },
"systems": { "systems": {

View file

@ -58,6 +58,14 @@
]; ];
}; };
flake.modules.darwin.scrolling-desktop =
{ pkgs, ... }:
{
home-manager.sharedModules = [
inputs.self.modules.homeManager.scrolling-desktop
];
};
flake.modules.homeManager.scrolling-desktop = flake.modules.homeManager.scrolling-desktop =
{ pkgs, config, ... }: { pkgs, config, ... }:
{ {