mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-05-10 15:43:07 +00:00
~
This commit is contained in:
parent
a15a59af09
commit
7cdc89ddeb
7 changed files with 247 additions and 11 deletions
|
@ -1,6 +1,7 @@
|
|||
{ config, pkgs, inputs, ... }:
|
||||
{
|
||||
imports = [
|
||||
inputs.nix-flatpak.nixosModules.nix-flatpak
|
||||
../packages.nix
|
||||
];
|
||||
|
||||
|
@ -14,7 +15,10 @@
|
|||
|
||||
security.polkit.enable = true;
|
||||
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
nix.settings = {
|
||||
experimental-features = [ "nix-command" "flakes" ];
|
||||
trusted-users = [ "root" "rae" ];
|
||||
};
|
||||
nixpkgs = {
|
||||
config.allowUnfree = true;
|
||||
overlays = import ../overlays.nix inputs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue