♻️ back to standalone home-manager

This commit is contained in:
2023-02-18 14:32:30 -05:00
parent fb0689b904
commit f8eac0c248
5 changed files with 58 additions and 37 deletions

View File

@ -1,4 +1,4 @@
{ pkgs, dotfiles, ... }:
{ pkgs, ... }:
{
imports = [
./homebrew.nix
@ -23,10 +23,6 @@
shell = pkgs.zsh;
};
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.users.walkah = import "${dotfiles}/home.nix";
services.lorri.enable = true;
programs = {

View File

@ -1,4 +1,4 @@
{ config, pkgs, dotfiles, ... }:
{ config, pkgs, ... }:
{
imports = [
./homebrew.nix
@ -24,10 +24,6 @@
shell = pkgs.zsh;
};
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.users.walkah = import "${dotfiles}/home.nix";
services.lorri.enable = true;
services.ipfs.enable = true;