update
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
|
||||
{
|
||||
imports = [
|
||||
../../modules/home-manager/hyprland
|
||||
../../modules/home-manager/i3
|
||||
../../modules/home-manager/1password
|
||||
../../modules/home-manager/git
|
||||
@@ -20,6 +19,14 @@
|
||||
home.homeDirectory = "/home/mthomson";
|
||||
home.stateVersion = "23.11";
|
||||
|
||||
programs = {
|
||||
direnv = {
|
||||
enable = true;
|
||||
enableZshIntegration = true; # see note on other shells below
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
firefox
|
||||
gcc
|
||||
|
||||
Reference in New Issue
Block a user