Compare commits

...
3 Commits
Author SHA1 Message Date
k3t 6a41a274cf enable plasma6 on nixcloud 2026-08-02 03:25:39 -06:00
k3t 49d3f8bb5b add packages to tbb for certain repacks to function 2026-08-01 23:53:46 -06:00
k3t 89980b6244 re-enable vmware on theblackbox 2026-08-01 23:52:22 -06:00
3 changed files with 13 additions and 3 deletions
+2
View File
@@ -112,6 +112,8 @@
./modules/sys/time.nix ./modules/sys/time.nix
./modules/sys/users/k3t.nix ./modules/sys/users/k3t.nix
./modules/sys/vm.nix
./hosts/TheBlackBox/configuration.nix ./hosts/TheBlackBox/configuration.nix
spicetify-nix.nixosModules.spicetify spicetify-nix.nixosModules.spicetify
home-manager.nixosModules.home-manager home-manager.nixosModules.home-manager
+5
View File
@@ -64,6 +64,11 @@ in
users.users.k3t = { users.users.k3t = {
packages = with pkgs; [ packages = with pkgs; [
virt-viewer virt-viewer
fuse-overlayfs
fuse3
psmisc
dwarfs
wineWow64Packages.staging
]; ];
}; };
} }
+6 -3
View File
@@ -51,9 +51,12 @@
# List packages installed in system profile. # List packages installed in system profile.
# You can use https://search.nixos.org/ to find more packages (and options). # You can use https://search.nixos.org/ to find more packages (and options).
#environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
# wget waypipe
#]; ];
# desktop in the sky
services.desktopManager.plasma6.enable = true;
# Open ports in the firewall. # Open ports in the firewall.