services: home-manager init with kdeconnect and pkgsets integration

This commit is contained in:
Kevin Baensch 2025-07-12 12:57:33 +02:00
parent 1861afd4a7
commit 15cb1af8ac
Signed by: derped
GPG key ID: C0F1D326C7626543
4 changed files with 75 additions and 0 deletions

View file

@ -6,6 +6,10 @@
nixpkgs-unstable.url = "github:/NixOS/nixpkgs/nixos-unstable";
nixpkgs.url = "github:/NixOS/nixpkgs/nixos-unstable";
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
home-manager = {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
impermanence.url = "github:nix-community/impermanence";
flake-utils.url = "github:numtide/flake-utils";
mailserver.url = "gitlab:/simple-nixos-mailserver/nixos-mailserver";