Latest Updates

This commit is contained in:
2025-09-05 17:34:50 -04:00
parent bebed804bf
commit 991e3c5bf4
12 changed files with 354 additions and 10 deletions

View File

@@ -71,6 +71,17 @@
fi
'';
};
# TODO: Fix this to work on nixos, fails finding python env
# systemd.services.pytui-note-ui = {
# description = "Launch Pytui note server";
# wantedBy = [ "multi-user.target" ];
# requires = [ "network-online.target" ];
# after = [ "network-online.target" ];
# serviceConfig.Type = "oneshot";
# script = ''
# ./home/th3r00t/.local/usr/bin/pytui -w --port 3000
# '';
# };
networking.hostName = "xps13"; # Define your hostname.
# networking.networkmanager.enable = true;
networking.wireless = {

View File

@@ -70,6 +70,8 @@
gvfs
inetutils
sqlitebrowser
claude-code
marksman
];
programs.neovim.plugins = [

View File

@@ -236,7 +236,7 @@
"/etc/nixos/home/Wallpapers/star-wars-movie-shadow-stormtrooper-wallpaper-3440x1440_15.jpg"
];
wallpaper = [
",/etc/nixos/home/Wallpapers/avatar_starship_bridge.png"
",/etc/nixos/home/Wallpapers/starwars-minimal-battle-wallpaper.jpg"
];
};
};