adds pano alpha and fixes for gnome extensions

This commit is contained in:
2024-11-05 19:16:37 +01:00
parent ac7376f606
commit c0626c9d27
9 changed files with 131 additions and 59 deletions

View File

@ -1,8 +1,10 @@
{ ... }:
{ config, pkgs, ... }:
{
# Import all the package modules
imports = [
./steam.nix
./1password.nix
./flatpak.nix
./steam.nix
./pano.nix
];
}