Latest Updates
This commit is contained in:
@@ -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 = {
|
||||
|
||||
@@ -70,6 +70,8 @@
|
||||
gvfs
|
||||
inetutils
|
||||
sqlitebrowser
|
||||
claude-code
|
||||
marksman
|
||||
];
|
||||
|
||||
programs.neovim.plugins = [
|
||||
|
||||
@@ -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"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user