forked from extern/nix-config
ba686839ec
Now that I have figured out how to get all the Windows applications I previously used working under Wine (including those that didn't work in the virtual machine after trying to manually install dependencies) there is no reason for me to use vmware. Using NixOS for Windows applications allows them to be used with systemd-nspawn containers, thus achieving things like isolation, private networks, impermanence, and more. All of this without having to maintain a separate operating system install.
30 lines
479 B
Nix
30 lines
479 B
Nix
{
|
|
imports = [
|
|
./boot.nix
|
|
./dual-function-keys.nix
|
|
./fish.nix
|
|
./fonts.nix
|
|
./gamemode.nix
|
|
./greetd.nix
|
|
./home-manager.nix
|
|
./hyprland.nix
|
|
./locale.nix
|
|
./logind.nix
|
|
./mullvad.nix
|
|
./neovim.nix
|
|
./networking.nix
|
|
./nix.nix
|
|
./piper.nix
|
|
./pipewire.nix
|
|
./resolved.nix
|
|
./starship.nix
|
|
./stylix.nix
|
|
./systemd.nix
|
|
./thunar.nix
|
|
./timezone.nix
|
|
./user.nix
|
|
./virtualization.nix
|
|
./zram.nix
|
|
];
|
|
}
|