feat: sddm module
This commit is contained in:
parent
9bb12ee272
commit
2c70c86c8e
7 changed files with 172 additions and 69 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue