Compare commits

..

No commits in common. "e1d000835e4a8f99223e8a505274a699cb7f31d7" and "c22bdf926f80c34ef4a01e091be9cd0eb7c798e7" have entirely different histories.

4 changed files with 2 additions and 9 deletions

View file

@ -21,7 +21,7 @@
# compatibility
wineWowPackages.waylandFull winetricks
# misc
bat file which packwiz yt-dlp wl-screenrec wl-clipboard grim hyfetch
bat file which packwiz yt-dlp wl-screenrec wl-clipboard grim
# games
prismlauncher
] ++ (with pkgs.my; [

View file

@ -23,7 +23,6 @@ in {
# bootloader
boot.loader.systemd-boot.enable = true;
boot.loader.systemd-boot.consoleMode = "auto";
boot.loader.efi.canTouchEfiVariables = true;
# enable networking
@ -39,9 +38,7 @@ in {
# various evironment variables that are needed for everything desktop related
environment.sessionVariables = {
# automatic hidpi for qt apps
QT_AUTO_SCREEN_SCALE_FACTOR = "1";
QT_ENABLE_HIGHDPI_SCALING = "1";
MOZ_DISABLE_RDD_SANDBOX = "1";
};
}
(mkIf (cfg.envProto == "wayland") {

View file

@ -16,12 +16,9 @@ in {
libsForQt5.qt5.qtgraphicaleffects
libsForQt5.qt5.qtquickcontrols2
];
# why do we need kwin for working hidpi
# huh????
services.displayManager.sddm = {
enable = true;
wayland.enable = config.modules.desktop.envProto == "wayland";
wayland.compositor = "kwin";
theme = config.modules.desktop.themes.sddmTheme.name;
settings = {
Theme = {

View file

@ -47,7 +47,6 @@ in {
package = (pkgs.my.catppuccin-sddm-corners.override {
config.General = {
Background = ../../../../assets/lockscreen.png;
GeneralFontSize = toString config.modules.desktop.fonts.fonts.sansSerif.size;
Font = config.modules.desktop.fonts.fonts.sansSerif.family;
};
});