[flake] Update

This commit is contained in:
2025-02-16 11:20:12 -08:00
parent 10300ed10b
commit e3dd0bdb30
2 changed files with 25 additions and 33 deletions

View File

@@ -104,8 +104,6 @@ in
home.sessionPath = [
];
nixpkgs.config.allowUnfree = true;
imports = [
./modules/emacs
./modules/i3+sway
@@ -116,12 +114,6 @@ in
programs.bash.enable = true;
nix = {
gc = {
automatic = true;
};
};
# Let Home Manager install and manage itself.
programs.home-manager.enable = true;