feat: nixos desktop - add flatpak

This commit is contained in:
Ryan Yin
2025-06-03 12:56:04 +08:00
parent 72572a87d6
commit 72403971ed
3 changed files with 5 additions and 4 deletions

View File

@@ -20,10 +20,8 @@
# my custom hardened packages
pkgs.nixpaks.qq
pkgs.nixpaks.qq-desktop-item
wechat-uos
# pkgs.nixpaks.wechat-uos
# pkgs.nixpaks.wechat-uos-desktop-item
# qqmusic
# wechat-uos
];
# GitHub CLI tool

View File

@@ -77,6 +77,7 @@
".config/pulse"
".pki"
".steam" # steam games
".var" # flatpak app's data
# cloud native
{

View File

@@ -5,6 +5,8 @@
pkgs-unstable,
...
}: {
services.flatpak.enable = true;
# add user's shell into /etc/shells
environment.shells = with pkgs; [
bashInteractive