Attempting to declare flatpaks

This commit is contained in:
Zonsopkomst 2023-10-29 22:30:42 -05:00
parent 82217e7e4b
commit e2d20fc274
1 changed files with 6 additions and 0 deletions

View File

@ -194,6 +194,12 @@
home-manager.users.zonsopkomst = import ./hosts/local/weda/home.nix;
}
# Experimenting with nix-flatpak module
# Source: https://github.com/gmodena/nix-flatpak
nix-flatpak.nixosModules.nix-flatpak
{
}# Added 10/25
hyprland.nixosModules.default
{programs.hyprland.enable = true;}
];