feat,fix: cach up hostkey0 with structure changes, update x13s and config firewall

This commit is contained in:
steveej 2024-03-07 22:01:03 +01:00
parent b144c4501f
commit f779649c0c
8 changed files with 79 additions and 58 deletions

View file

@ -40,7 +40,6 @@ in {
home.sessionVariables.PATH = pkgs.lib.concatStringsSep ":" ["$HOME/.local/bin" "$PATH"];
nixpkgs.config.permittedInsecurePackages = [
"electron-25.9.0"
];
home.packages =
@ -157,8 +156,8 @@ in {
nethogs
# Code Editing and Programming
# pkgsUnstableSmall.lapce
# pkgsUnstableSmall.helix
pkgsUnstableSmall.lapce
pkgsUnstableSmall.helix
# Image/Graphic/Design Tools
gnome.eog

View file

@ -3,6 +3,8 @@
lib,
...
}: {
home.stateVersion = lib.mkDefault "23.11";
# TODO: re-enable this with the appropriate version?
# programs.home-manager.enable = true;
# programs.home-manager.path = https://github.com/rycee/home-manager/archive/445c0b1482c38172a9f8294ee16a7ca7462388e5.tar.gz;