structural-rework #1

Merged
ghoscht merged 44 commits from structural-rework into main 2023-12-29 10:35:45 +01:00
3 changed files with 8 additions and 1 deletions
Showing only changes of commit de179d7332 - Show all commits

View file

@ -29,10 +29,11 @@
../common/optional/systemd-boot.nix
../common/optional/wireshark.nix
../common/optional/gamemode.nix
../common/optional/kde-connect.nix
../common/optional/gnome-keyring.nix
../common/optional/adb.nix
../common/optional/gaming/gamemode.nix
../common/optional/gaming/vr.nix
];
nixpkgs = {

View file

@ -0,0 +1,6 @@
{
programs.alvr = {
enable = true;
openFirewall = true;
};
}