I am yashraj (snaps a finger)
@balsoft Help wanted my G!, I am stuck here I created this flake for my astal widget config: https://github.com/mobsenpai/astal.git
And I have this flake for my main nixos config: https://github.com/hana.git
I can try to import it now, but perhaps it seems that there is some error here. I try building this astal config using nix build (just to try to test it) and it creates a result folder inside the astal folder, where i have its flake and configs, see the astal repo, those are the contents of the folder. But there is no check.scss file gets created in the scss/theme/ folder. I haven’t yet tried to import it into my nixos system, for now, didn’t get the time, but will update you on that, but I feel something if not a lot of things are not good here.
Wow, my G! This is incredibly well-structured, and I really appreciate that you even included comments. It’s genuinely helpful, and I’m definitely going to give it a try.
I actually posted this while my exams are ongoing, hoping someone would respond in the meantime. For real, thank you so much. I love this community!
can you provide me with a simple example, and syntax. I have tried, but failed. I want that the astal config uses a custom colorscheme which i configure somehow that can be given as option when importing that flake in the main nixos system.
For now I have deactivated the account and will go for full deletion once I am completely “ready” lol.
It’s alright I will keep an eye on that method for future use.
Looks like pinterest is not allowing the access to searx. I’ve used searx in past.
I use duckduckgo as well, and I don’t particularly hate having pinterest results in the search. But I definitely don’t wanna login just to see the image in low resolution which won’t even have the context of where it was taken from, nor the artist credit.
I tried but it gives internal server error.
Thank you!!, will be using this IF i specifically wanna search on pinterest.
To end it peacefully
OpenNutriTracker I use it for my daily intake tracking. Not sure if it’s actively maintained or not atleast last commit was 2 months ago.
Would you be able to provide an example code? It would help me grasp the concept more effectively.
So does it mean passing --cmd Hyprland > /dev/null
to Tuigreet? If so then that wouldn’t work with my setup, as I use sessions instead of cmd.
Here is how I have it in nixos
services.greetd = {
enable = true;
settings = {
default_session = {
user = "greeter";
command = ''
${getExe' pkgs.unstable.greetd.tuigreet "tuigreet"} \
--time \
--sessions ${cfg.sessionDirs} \
--remember \
--remember-session
'';
};
};
};
The sessionDirs
is this
modules.services.greetd.sessionDirs = ["${hyprlandPackage}/share/wayland-sessions"];
Yeah , no For system logs I have it on quiet but these are for when Hyprland starts. I forgot to mention that.
I know… For a long and I mean long time I had it, but yk I wan’t to hide it just to spice things up.
Yeah you’re right. you’re a lifesaver, was frustrated the whole day abt it. Much love to you.
I am basing my config on this https://github.com/JManch/nixos/blob/main/modules/nixos/services/greetd.nix
And I don’t see 'em using --cmd
only difference I’ve noticed so far is that they use a flake to define the package of hyprland.
I was always curious about this linux thing, from when I was in 7th grade, I only knew Kali linux then, and I thought one could hack anything if you had kali linux :), But I seriously started using linux in 10th grade, fell into the rabbit hole of ricing, and to this day still cant get over it although it has become more stable and I know what I am doing.