started looking at home manager

This commit is contained in:
MichaelFisher1997
2025-05-10 22:44:45 +01:00
parent 81bff57394
commit 27faa64382
4 changed files with 113 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ config, pkgs, zen-browser, ... }:
let
unstable = import
(builtins.fetchTarball "channel:nixos-unstable")