mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-23 01:49:56 +01:00
feat: nixos desktop - add flatpak
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -77,6 +77,7 @@
|
||||
".config/pulse"
|
||||
".pki"
|
||||
".steam" # steam games
|
||||
".var" # flatpak app's data
|
||||
|
||||
# cloud native
|
||||
{
|
||||
|
||||
@@ -5,6 +5,8 @@
|
||||
pkgs-unstable,
|
||||
...
|
||||
}: {
|
||||
services.flatpak.enable = true;
|
||||
|
||||
# add user's shell into /etc/shells
|
||||
environment.shells = with pkgs; [
|
||||
bashInteractive
|
||||
|
||||
Reference in New Issue
Block a user