add: miracast support

This commit is contained in:
2025-03-14 18:59:13 +01:00
parent 893aa88155
commit 42751bf2f0
8 changed files with 23 additions and 39 deletions

View File

@ -8,7 +8,6 @@ in {
./packages.nix # Packages to install
./programs.nix # Programs to enable
./theme.nix # System-wide/GTK theme
./portal.nix # Desktop portals
];
home = {
@ -25,3 +24,4 @@ in {
programs.home-manager.enable = true;
home.stateVersion = "24.11"; # DO NOT change this unless you know what you're doing!
}