Installed flatpak + apps I usually install as flatpaks

This commit is contained in:
Emmet 2023-06-08 11:45:08 -05:00
parent 1a3a7f7674
commit ef93b433b8
4 changed files with 17 additions and 7 deletions

View file

@ -6,9 +6,8 @@
{
imports =
[ # Include the results of the hardware scan.
./hardware-configuration.nix
# ./style/stylix.nix
[ ./hardware-configuration.nix
#./style/stylix.nix
];
nix.nixPath = [ "nixpkgs=/nix/var/nix/profiles/per-user/root/channels/nixos"
@ -17,6 +16,10 @@
];
nix.settings.experimental-features = [ "nix-command" "flakes" ];
# Need some flatpaks
services.flatpak.enable = true;
xdg.portal.enable = true;
# Doas instead of sudo
security.doas.enable = true;