default hyprland conf

This commit is contained in:
Vivian 2024-03-23 12:23:14 +01:00
parent d629b5d4ed
commit edfe487b8a
3 changed files with 201 additions and 0 deletions

View file

@ -1,4 +1,9 @@
{ pkgs, ... }: {
imports = [
./hyprland.nix
];
# Custom dconf settings
dconf.settings."org/gnome/desktop/input-sources" = {
xkb-options = [ "caps:swapescape" ];
@ -17,4 +22,6 @@
obsidian
typst
];
## Hyprland Config
}