Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
t3rro committed Apr 7, 2023
1 parent e20ef8e commit 1e09c6d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -142,19 +142,14 @@

home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.users.luis = { outputs, ... }: {
home-manager.users.luis = { outputs, ... }: {
programs.home-manager.enable = true;
home.stateVersion = "21.11";

# stop a dumb bug
# https://github.com/nix-community/home-manager/issues/3342
manual.manpages.enable = false;
};
# users.users.luis = {
# home-manager = {
# enable = true;
# };
# };
services.nix-daemon.enable = true;
programs.zsh.enable = true;
system.stateVersion = 4;
Expand Down

0 comments on commit 1e09c6d

Please sign in to comment.