update hyrpland config

This commit is contained in:
dim 2025-03-05 11:32:09 +07:00
parent a8f1d7e717
commit 19cc2796d0
6 changed files with 28 additions and 21 deletions

View File

@ -91,7 +91,8 @@
};
};
extensions = with inputs.firefox-addons.packages.${pkgs.system}; [
extensions.packages =
with inputs.firefox-addons.packages.${pkgs.system}; [
bitwarden
multi-account-containers
zotero-connector

View File

@ -1,3 +1,12 @@
{ pkgs, ... }: {
home.packages = with pkgs; [ libreoffice thunderbird marp-cli qpdf ];
home.packages = with pkgs; [
libreoffice
hunspell
hunspellDicts.id_ID
hunspellDicts.en_US
thunderbird
marp-cli
qpdf
temurin-jre-bin
];
}

View File

@ -34,21 +34,17 @@ in {
wayland.windowManager.hyprland = {
enable = true;
xwayland.enable = true;
systemd = {
enable = true;
variables = [ "--all" ];
};
package = inputs.hyprland.packages."${pkgs.system}".hyprland;
package =
inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
portalPackage =
inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland;
settings = {
"$mod" = "SUPER";
"$shiftMod" = "SUPER_SHIFT";
"$ctrlMod" = "SUPER_CTRL";
exec-once = [
"dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP"
];
exec-once = [ "dbus-update-activation-environment --systemd --all" ];
plugin = { overview = { autoDrag = false; }; };
@ -102,7 +98,6 @@ in {
gaps_in = gaps-in;
gaps_out = gaps-out;
border_size = border-size;
border_part_of_window = true;
layout = "master";
};

View File

@ -43,7 +43,7 @@
iconTheme = {
enable = true;
package = pkgs.qogir-icon-theme;
dark = "Qogir-dark";
dark = "Qogir-Dark";
light = "Qogir";
};
};

View File

@ -14,15 +14,18 @@ in {
EDITOR = "nvim";
};
services.libinput.enable = true;
programs.dconf.enable = true;
services = {
libinput.enable = true;
dbus.enable = true;
gvfs.enable = true;
upower.enable = true;
power-profiles-daemon.enable = true;
udisks2.enable = true;
devmon.enable = true;
journald.extraConfig = ''
SystemMaxUse=1G
'';
};
# Faster rebuilding

View File

@ -4,7 +4,6 @@
config.common.default = "*";
wlr.enable = true;
xdgOpenUsePortal = true;
extraPortals =
[ pkgs.xdg-desktop-portal-hyprland pkgs.xdg-desktop-portal-gtk ];
extraPortals = [ pkgs.xdg-desktop-portal pkgs.xdg-desktop-portal-gtk ];
};
}