Compare commits

..

No commits in common. "310fcef423b1ca2db21b85ecc15294e6f3728a04" and "9d0752c58a5370dd57c48232b28a272d88b2865d" have entirely different histories.

2 changed files with 7 additions and 12 deletions

12
flake.lock generated
View file

@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1766387499, "lastModified": 1765480374,
"narHash": "sha256-AjK3/UKDzeXFeYNLVBaJ3+HLE9he1g5UrlNd4/BM3eA=", "narHash": "sha256-HlbvQAqLx7WqZFFQZ8nu5UUJAVlXiV/kqKbyueA8srw=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "527ad07e6625302b648ed3b28c34b62a79bd103e", "rev": "39cb677ed9e908e90478aa9fe5f3383dfc1a63f3",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -22,11 +22,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1766309749, "lastModified": 1765186076,
"narHash": "sha256-3xY8CZ4rSnQ0NqGhMKAy5vgC+2IVK0NoVEzDoOh4DA4=", "narHash": "sha256-hM20uyap1a0M9d344I692r+ik4gTMyj60cQWO+hAYP8=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "a6531044f6d0bef691ea18d4d4ce44d0daa6e816", "rev": "addf7cf5f383a3101ecfba091b98d0a1263dc9b8",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -257,7 +257,6 @@ in
uv # alternative for python env management... uv # alternative for python env management...
lazydocker # docker[/compose] tui lazydocker # docker[/compose] tui
sqlite-interactive # sqlite cli sqlite-interactive # sqlite cli
docker-buildx # enhanced build utilities for docker
duckdb # wanted mostly as cli for SQL on csv files duckdb # wanted mostly as cli for SQL on csv files
neovim # next gen vim w/lua neovim # next gen vim w/lua
wget # url fetcher/spider wget # url fetcher/spider
@ -469,11 +468,7 @@ in
script.text = '' script.text = ''
install -d -m 755 /home/wolcen/.open-webui -o root -g root install -d -m 755 /home/wolcen/.open-webui -o root -g root
''; '';
}; };
# Enable flatpak (used for Freetube)
services.flatpak.enable = true;
virtualisation = { virtualisation = {
# Add docker! # Add docker!
docker.enable = true; docker.enable = true;