move catppuccin packages to their own file and add xdg-desktop-portal-gtk
This commit is contained in:
parent
0133cf9214
commit
d0d883cd07
3 changed files with 32 additions and 6 deletions
|
@ -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; [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue