feat: sddm module

This commit is contained in:
Artur Manuel 2024-10-16 17:01:46 +01:00
commit 2c70c86c8e
7 changed files with 172 additions and 69 deletions

View file

@ -23,6 +23,11 @@
owner = "nix-community";
repo = "disko";
};
wallpkgs = {
type = "github";
owner = "notashelf";
repo = "wallpkgs";
};
};
outputs = inputs @ {
nixpkgs,
@ -38,6 +43,7 @@
systems = ["x86_64-linux"];
imports = [
./computers
./overlays
inputs.git-hooks-nix.flakeModule
];
perSystem = {