mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
No longer any reason for flatpaks
This commit is contained in:
parent
21aecc8334
commit
4a5c280bf3
3 changed files with 5 additions and 12 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
@ -97,12 +97,11 @@
|
|||
#blockbench-electron
|
||||
cura
|
||||
obs-studio
|
||||
#install kdenlive via flatpak due to missing plugins
|
||||
#kdenlive
|
||||
kdenlive
|
||||
ffmpeg
|
||||
(pkgs.writeScriptBin "kdenlive-accel" ''
|
||||
#!/bin/sh
|
||||
DRI_PRIME=0 flatpak run org.kde.kdenlive "$1"
|
||||
DRI_PRIME=0 kdenlive "$1"
|
||||
'')
|
||||
movit
|
||||
mediainfo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue