feat(hyprland): add basic keybinds
This commit is contained in:
parent
d57c65efb9
commit
577154c871
2 changed files with 21 additions and 1 deletions
|
@ -9,6 +9,9 @@
|
|||
home.packages = with pkgs; [
|
||||
kitty
|
||||
];
|
||||
home.sessionVariables = {
|
||||
TERMINAL = "kitty";
|
||||
};
|
||||
|
||||
home.persistence."/persist/home/rafiq" = {
|
||||
directories = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue