added hyprpaper config, hosts

This commit is contained in:
willifan 2024-05-12 16:27:17 +02:00
parent 641cf5ad70
commit 93ec6fff21
12 changed files with 75 additions and 5 deletions

7
hosts/Lenni/default.nix Normal file
View file

@ -0,0 +1,7 @@
{ pkgs, ... }:
{
imports = [
./hardware-configuration.nix
#./disko.nix
];
}