lots of changes yes im bad i should commit more often sue me

This commit is contained in:
2025-07-15 09:58:45 +01:00
parent c08da164ac
commit b9e7e22ddd
12 changed files with 106 additions and 31 deletions

View File

@@ -31,11 +31,15 @@ in
# For cursor in steam?
xdg.icons.fallbackCursorThemes = [ "breeze_cursors" ];
programs.partition-manager.enable = true;
environment.systemPackages = with pkgs;
[ maliit-keyboard ] ++ (with kdePackages; [
[
maliit-keyboard
exfatprogs
] ++ (with kdePackages; [
sddm-kcm
plasma-disks
partitionmanager
filelight
ffmpegthumbs
kcalc

View File

@@ -7,10 +7,10 @@
nix.gc.automatic = true;
nix.gc.options = "--delete-older-than 7d";
# programs.nix-ld = {
# enable = true;
# # libraries = pkgs.steam-run.fhsenv.args.multiPkgs pkgs;
# libraries = pkgs.appimageTools.defaultFhsEnvArgs.targetPkgs pkgs;
# };
programs.nix-ld = {
enable = true;
# libraries = pkgs.steam-run.fhsenv.args.multiPkgs pkgs;
# libraries = pkgs.appimageTools.defaultFhsEnvArgs.targetPkgs pkgs;
};
}