mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 10:18:37 +02:00
feat: nixos desktop - add flatpak
This commit is contained in:
@@ -20,10 +20,8 @@
|
|||||||
# my custom hardened packages
|
# my custom hardened packages
|
||||||
pkgs.nixpaks.qq
|
pkgs.nixpaks.qq
|
||||||
pkgs.nixpaks.qq-desktop-item
|
pkgs.nixpaks.qq-desktop-item
|
||||||
|
# qqmusic
|
||||||
wechat-uos
|
# wechat-uos
|
||||||
# pkgs.nixpaks.wechat-uos
|
|
||||||
# pkgs.nixpaks.wechat-uos-desktop-item
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# GitHub CLI tool
|
# GitHub CLI tool
|
||||||
|
|||||||
@@ -77,6 +77,7 @@
|
|||||||
".config/pulse"
|
".config/pulse"
|
||||||
".pki"
|
".pki"
|
||||||
".steam" # steam games
|
".steam" # steam games
|
||||||
|
".var" # flatpak app's data
|
||||||
|
|
||||||
# cloud native
|
# cloud native
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -5,6 +5,8 @@
|
|||||||
pkgs-unstable,
|
pkgs-unstable,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
|
services.flatpak.enable = true;
|
||||||
|
|
||||||
# add user's shell into /etc/shells
|
# add user's shell into /etc/shells
|
||||||
environment.shells = with pkgs; [
|
environment.shells = with pkgs; [
|
||||||
bashInteractive
|
bashInteractive
|
||||||
|
|||||||
Reference in New Issue
Block a user