Skip to content

Commit

Permalink
home-manager
Browse files Browse the repository at this point in the history
  • Loading branch information
aleeusgr committed Dec 9, 2022
1 parent c6183b2 commit 1879eb8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions outputs/home-conf.nix
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{ config, pkgs, ... }:
let
home-manager = builtins.fetchTarball "https://github.com/nix-community/home-manager/archive/master.tar.gz";
in
#let
# home-manager = builtins.fetchTarball "https://github.com/nix-community/home-manager/archive/master.tar.gz";
#in
{
imports = [
(import "${home-manager}/nixos")
import home-manager.nixosModules.home-manager
];

home-manager.users.alex = {
Expand Down

0 comments on commit 1879eb8

Please sign in to comment.