Compare commits

..

2 Commits

Author SHA1 Message Date
215ce15ca8 stuff 2025-08-19 09:19:44 -05:00
3d5759cc2c spellcheck 2025-08-19 02:06:04 -05:00
2 changed files with 1 additions and 3 deletions

View File

@@ -21,7 +21,7 @@
source ${pkgs.blesh}/share/blesh/ble.sh
'';
initContent = if config.homeconfig.wal.enable then (lib.mkBefore ''
initExtra = if config.homeconfig.wal.enable then (lib.mkBefore ''
cat ${config.home.homeDirectory}/.cache/wal/sequences
eval "$(oh-my-posh init bash --config ${config.home.homeDirectory}/.cache/wal/ohmyposh.toml)"
'') else (lib.mkBefore ''

View File

@@ -73,7 +73,6 @@
};
networking = {
hostName = "homebox";
nameservers = lib.mkDefault [ "1.1.1.1" "1.0.0.1" ];
networkmanager = {
enable = true;
@@ -119,7 +118,6 @@
extraModules = [
{
homeconfig = {
host = "homebox";
minimal = false;
wayvnc.enable = false;
hyprland.enable = true;