From b999972b3c312ba1fa195e3571cfbf646aa2b152 Mon Sep 17 00:00:00 2001 From: Emmet Date: Sat, 16 Mar 2024 10:56:48 -0500 Subject: [PATCH] kdenlive broke again.. --- profiles/work/configuration.nix | 2 +- profiles/work/home.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/profiles/work/configuration.nix b/profiles/work/configuration.nix index cf3e98f..1cd7e71 100644 --- a/profiles/work/configuration.nix +++ b/profiles/work/configuration.nix @@ -14,7 +14,7 @@ ../../system/hardware/printing.nix ../../system/hardware/bluetooth.nix (./. + "../../../system/wm"+("/"+userSettings.wm)+".nix") # My window manager - #../../system/app/flatpak.nix + ../../system/app/flatpak.nix ../../system/app/virtualization.nix ( import ../../system/app/docker.nix {storageDriver = "btrfs"; inherit userSettings lib;} ) ../../system/security/doas.nix diff --git a/profiles/work/home.nix b/profiles/work/home.nix index 7a27122..8e9f8d0 100644 --- a/profiles/work/home.nix +++ b/profiles/work/home.nix @@ -21,7 +21,7 @@ ../../user/app/keepass/keepass.nix # My password manager (./. + "../../../user/app/browser"+("/"+userSettings.browser)+".nix") # My default browser selected from flake ../../user/app/virtualization/virtualization.nix # Virtual machines - #../../user/app/flatpak/flatpak.nix # Flatpaks + ../../user/app/flatpak/flatpak.nix # Flatpaks ../../user/style/stylix.nix # Styling and themes for my apps ../../user/lang/cc/cc.nix # C and C++ tools ../../user/lang/godot/godot.nix # Game development