mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-26 00:18:28 +02:00
hyprland tweaks
This commit is contained in:
parent
49fa6f0b7e
commit
6454f8c69c
6 changed files with 50 additions and 36 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue