Ohh I see, now it makes more sense, thank you!
Yo [he/him]
Ohh I see, now it makes more sense, thank you!
Yo, thanks for this, I was a bit anxious that I might had been starting really wrong.😅😅
May I ask a few more things (either directed to you or whoever wants to reply):
inputs
argument in both specialArgs and extraSpecialArgs to be used in configuration.nix
and home.nix
. Do I make use of this argument inside those 2 files?configuration.nix
and home.nix
I start with { config, pkgs, inputs, ... }:
arguments. Should I do that? Should I remove/add anything? I suppose this uses config
, pkgs
and inputs
from flakes.nix
, making the specialArgs = { inherit inputs; };
and home-manager.extraSpecialArgs = { inherit inputs; };
in flakes.nix unecessary??flakes.nix
specialArgs = { inherit inputs; };
modules = [
./hosts/default/configuration.nix
inputs.home-manager.nixosModules.home-manager
{
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.users.bs = import ./hosts/default/home.nix;
home-manager.extraSpecialArgs = { inherit inputs; };
}
flakes.nix
?? specialArgs = { inherit inputs; };
extraSpecialArgs = { inherit inputs; };
modules = [
./hosts/default/configuration.nix
inputs.home-manager.nixosModules.home-manager
{
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.users.bs = import ./hosts/default/home.nix;
#home-manager.extraSpecialArgs = { inherit inputs; };
}
inputs
of flakes.nix
to any module that uses specialArgs
(like the configuration.nix
module) and extraSpecialArgs
(like the home-manager
module). Is this correct?Thanks for replying btw, it was a good confidence boost:)
Umm, I came across this post some time ago, it says some bad things about ventoy😅
If I ever buy any clothing online (so far I think it has been shoes that was very hard to find), I first go to physical shops that either have the same thing I want (probably at a higher price) or have the same model, but in a different color scheme and then go online to buy it :)
I’d suggest Stirling PDF, just get the Stirling-PDF.jar
file from the releases. It does really lots of stuff (though I had some issues with creating pdfs with multiple pages per page). It open a port for the service to run locally and once you close it, it also closes the port.
I also use libre office draw (or firefox printing menu) to create pdfs with multiple pages per page.
There’s also xournal as some other people have mention that has some editing capabilities.
I had this kind of revelation like 2days ago when I woke up to go to the toilet, drink some water and sleep again. I don’t even know exactly why this thought came to me, it was a big discovery. Wanted to make a showerthought or til post, but never made. What a cool fun fact.
(Also it’s even more amazing the fact that someone made a post about cd rippers here (on an already obscure platform) and both you and I read this post. Wow.)
Edit: I recently found K3B as I’m in the process of moving to NixOS from win10. Seems like a good program.
Comes handy as I really needed a java tutorial today
I was specifically looking to create podman containers the previous week, thank you for this! (Even if I eventually figured that I don’t really need them that much now.😅)
While it might seem obvious, I know people who just dance on spot in public when they hear a song. They might not even hear a song, they might sing it instead. I also know people who like to dance in their room (as someone else here mentioned). They might not use the very complex moves though, I dont know if you ask specifically for these.
People probably use more “serious” moves in dance classes/events/clubs.
PS. I’m too shy to dance and I ~always admire people who do (especially when you see that they don’t do it forcefully, they just express themselves). I’m doing some dance classes to improve my situation, hopefully I might make it, or at least I’ll have tried🤷
Is this why such posts get so downvoted? Do people on lemmy really think that those posters defend the other party?
Aren’t we (the users of lemmy) supposed to lean vaguely on the left by a large factor?😅
When I see posts like this one here, I just get frustrated to see that guy using his mighty power for this, when the US is about to sink further into fascism, harming many many people in the process.
I don’t even really care that much that he lied in the past that he wouldnt pardon his son, I just get angry to see that of all things that he could do in this very critical time he has, he’s essentially securing his family while he is peacefully letting the country and its people sink. It just kinda verifies it once again that they don’t care much about the people, losing the elections for them it meant that they might have reduced profits.
I get that people would react badly on such post during the election, cuz they could allow the fascists to win, but the elections are now over, the results can’t change very much.😅
Doesn’t the majority of the people here see it as I do?
Disclosure: I’m Greek :)
Yeah, I’d want to hear an opinion from someone who actually downvoted it, cuz I still dont exactly get what’s wrong with the meme that would give it such a bad score.😅
May I ask, why does this get so downvoted?😅
It could be bots and such, but if you take into account that probably every comment or post (I dont exactly know how the plaform works) gets a self-like, it’s easy for this number to be high. The other person that replied to you, has around 110total likes just from comments/posts and it’s been around less than a month.
So, if the platform has self-likes, it could be possible🤔
Yo, thanks for this
Here’s some extra input from me, in case it helps your endeavour:
https://mander.xyz/comment/1704758
You might want to check motionmate and fastnfitness can be very powerful if you tinker with it enough or get ready configs from someone else, like me:)
If I remember well, Paseo tracks steps with a single hour precision, unlike motionmate that tracks steps at single day precision. While I was gonna switch, I figured that Paseo would stop counting at random invervals… Probably my Miui was shutting it down or something.
Oh thank you! Will take a look and see what I can use for mine:)
It’s so cool that you can do all these with nixos
I should suppose that you have flakes enabled and have imported the configuration.nix inside flakes.nix, thus keeping everything versioned with flakes.lock, right?
Oh thank you, that’s a lot of important info you gave me :)
You probably solved some/many of my problems, I’ll keep digging. Thanks again!
Ay, thanks for answering! I need some help understanding this😅
there is usually only one of nixos and home manager options (sometimes there are duplicates).
This means usually I only have to add options only in home.nix or configuration.nix, not both. (What about options in flakes.nix? Should I search those on the flakes/options tab?)
As for flakes I mostly use it to handle a bunch of different systems from one config and any flake specific configs.
Would it be the same if I put the system packages in flakes.nix instead of configuration.nix? Will it have a different result? Will I have to write them differently?
Extra questions:
Does putting a package in home.nix have the same version control flakes provides?
Once I enabled home-manager, I saw that in ~/.config/nixos a flakes.nix and a home.nix files appeared. I already have a flake.nix and a home.nix files in my etc/nixos directory. What’s going on?
Does putting packages in configuration.nix use the version control flakes provide?
LETS GOOO
At least something good happened today
Indeed, that looks better, thanks for the suggestion and your help! :)