fix: minor fixes

sync: nftables force disabled
default wallpaper
remove non-existent darwin import
This commit is contained in:
Leon Schwarzäugl 2025-01-07 17:55:34 +01:00
parent 0f8051cf4a
commit bd3e18169f
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
6 changed files with 12 additions and 40 deletions

View file

@ -1,11 +1,5 @@
{ self, ... }:
let
profilesPath = "${self}/profiles";
in
_:
{
imports = [
"${profilesPath}/nixos/home-manager.nix"
];
nix.settings.experimental-features = "nix-command flakes";
nixpkgs = {