mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Installed flatpak + apps I usually install as flatpaks
This commit is contained in:
parent
1a3a7f7674
commit
ef93b433b8
4 changed files with 17 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue