hyprland tweaks

This commit is contained in:
Rouven Seifert 2023-03-04 21:22:42 +01:00
parent 49fa6f0b7e
commit 6454f8c69c
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
6 changed files with 50 additions and 36 deletions

View file

@ -1,4 +1,4 @@
{ config, pkgs, lib, ... }:
{ config, pkgs, lib, inputs, ... }:
{
nix.settings.experimental-features = [ "nix-command" "flakes" ];
@ -27,8 +27,7 @@
keyMap = "dvorak";
font = "Lat2-Terminus16";
colors =
let
colors = config.home-manager.users.rouven.colorScheme.colors;
let colors = config.home-manager.users.rouven.colorScheme.colors;
in
[
colors.base00
@ -70,7 +69,12 @@
alsa.support32Bit = true;
pulse.enable = true;
};
xdg.portal.wlr.enable = true;
xdg.portal = {
enable = true;
extraPortals = [
inputs.xdph.packages.x86_64-linux.default
];
};
programs.dconf.enable = true;