move catppuccin packages to their own file and add xdg-desktop-portal-gtk

This commit is contained in:
cswimr 2024-11-16 21:00:38 -05:00
parent 0133cf9214
commit d0d883cd07
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087
3 changed files with 32 additions and 6 deletions

View file

@ -22,6 +22,7 @@
modules = [
# imports
./hosts/eclipse.nix
./nixos/catppuccin.nix
./nixos/configuration.nix
./nixos/environment.nix
./nixos/git.nix
@ -33,6 +34,11 @@
./nixos/tailscale.nix
./nixos/zsh.nix
{
# enable bluetooth
hardware.bluetooth.enable = true;
}
# flake packages
{
environment.systemPackages = with inputs; [