Replace $modifier with SUPER and update defaults

This commit is contained in:
2026-01-06 21:46:12 +01:00
parent b8a7ead4be
commit 28daa28c6b
10 changed files with 122 additions and 124 deletions

View File

@@ -46,6 +46,7 @@
pixieditor = pixieditor;
bottles = bottles;
heroic = heroic;
adb = android-tools;
};
in {
imports = builtins.attrValues (builtins.mapAttrs mkPackage packages);

View File

@@ -1,7 +1,3 @@
# {
# pkgs
# ...
# }
_: {
programs = {
nano.enable = true;
@@ -13,7 +9,6 @@ _: {
seahorse.enable = true;
fuse.userAllowOther = true;
mtr.enable = true;
adb.enable = true;
hyprlock.enable = true;
gnupg.agent = {
enable = true;

View File

@@ -1,7 +1,7 @@
{pkgs, ...}: {
programs.thunar = {
enable = true;
plugins = with pkgs.xfce; [
plugins = with pkgs; [
thunar-archive-plugin
thunar-volman
];