chore: cleanup comments and remove module config descriptions

This commit is contained in:
2026-02-22 02:03:52 +01:00
parent fdd7831732
commit 3c643a411e
11 changed files with 9 additions and 51 deletions

View File

@@ -12,7 +12,6 @@
cmdFlags = lib.mkOption {
type = lib.types.listOf lib.types.str;
default = [ ];
description = "additional command line flags to pass to sway";
};
};
};
@@ -24,23 +23,20 @@
wrapperFeatures.gtk = true;
extraOptions = config.sway.cmdFlags;
extraSessionCommands = ''
# Fix for some Java AWT applications (e.g. Android Studio),
# use this if they aren't displayed properly:
# fix for java awt apps not rendering
export _JAVA_AWT_WM_NONREPARENTING=1
'';
};
environment.systemPackages = with pkgs; [
# default extra packages
brightnessctl
foot
grim
pulseaudio
swayidle
# swaylock - use swaylock-effects instead
# use swaylock-effects instead of swaylock
swaylock-effects
wmenu
# additional things i like
slurp
wofi
wl-clipboard