Compare commits
3
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6a41a274cf | ||
|
|
49d3f8bb5b | ||
|
|
89980b6244 |
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user