This commit is contained in:
ediblerope 2026-03-28 12:22:00 +00:00 committed by GitHub
parent 8cce4008b0
commit 164400d0a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,12 +1,6 @@
# Common.nix
{ config, pkgs, lib, ... }:
let
home-manager = builtins.fetchTarball {
url = "https://github.com/nix-community/home-manager/archive/master.tar.gz";
};
in
{
imports = [
(import "${home-manager}/nixos")