dastarruer
dastarruer
The hyprland flake also does not work: ```nix { inputs, pkgs, config, ... }: { imports = [ ./hyprlock.nix ./hypridle.nix ./colors.nix ]; wayland.windowManager.hyprland = { enable = true; # set...
This is what I have done: ```nix { inputs, pkgs, config, ... }: { imports = [ ./hyprlock.nix ./hypridle.nix ./colors.nix ]; wayland.windowManager.hyprland = { enable = true; # set to...
This is my repo: https://github.com/dastarruer/dotfiles This is my flake inputs section: ```nix hyprland = { url = "github:hyprwm/Hyprland"; inputs.nixpkgs.follows = "nixpkgs"; }; hyprland-plugins = { url = "github:hyprwm/hyprland-plugins"; inputs.hyprland.follows =...
Ok, so it’s not an issue on my side, good to know. I don’t know what ‘invalidates our cache’ means, but I assume I should remove that if I want...
There was no reason to set it to `-`, I just didn't see that those settings had default values. I've just removed the placeholder name and those default values.
> > I've just removed the placeholder name and those default values. > > Except that the system service sets ownership to root and group to users. Sorry, I misunderstood...
> This can be closed, they reverted the change and will do everything the proper way now... I'm not sure how home manager usually handles deprecation, but I think this...
Just made this a draft, since this issue will probably come up again anyways. As an aside, I am confused what you mean by no documentation. I just checked here:...