Replies: 3 comments 2 replies
-
|
I am currently looking now for a better way to edit or delete default bindings (without the need to rewrite them all), most of them needs tweaks for me. After fixing this and adding a proper |
Beta Was this translation helpful? Give feedback.
-
|
I actually just use hjem to link all the files into place and it works fine. For editing binds and other stuff, there are some variables available that you can change. If a variable doesn't exist for a certain bind, you can use unbind to remove it then bind to replace it |
Beta Was this translation helpful? Give feedback.
-
|
There's a public repo now, it's very experimental and the dotfiles were tested only inside a VM. I will override them on my own dotfiles so I can test and fix some bugs and enhance features. While I do that, I should update and add other modules (caelestia-nix modules!) as well |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What do you think about a port of caelestia-dots/caelestia for Nix? Currently you need to add everything manually and even though you do so it will not use the power of Nix.
I've started writing a very flexible module for caelestia-dots:
This home manager module (it will have NixOS module also, to set up some stuff only possible in NixOs configuration) uses a structured approach of modules and submodules with
enable,settingsandextraConfigoptions, allowing to extend the default configs in dots. For me, it needs the entire configs to be written using Nix and updated manually, for the module user, everything works out of box, while allows powerful overrides.For even more flexibility, the module uses the power of infuse.nix to make the overrides much easier to be done, easy appending, prepending, replacing, removing, clearing of defaults and more.
Firstly, I've spent time trying to port the hypr configs, the files generated are these for now:
With gestures module disabled.
Beta Was this translation helpful? Give feedback.
All reactions