default hyprland conf
This commit is contained in:
parent
d629b5d4ed
commit
edfe487b8a
3 changed files with 201 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue