mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-21 08:21:24 +02:00
feat: nixos desktop - add flatpak
This commit is contained in:
@@ -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