-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some of us are noobs #404
Comments
@authenticastrology The README generally demonstrates what you'd need to add to your flake to add For example:
is a bit confusing, or leads me to wonder if you have some confusion? For example, I have a single flake that encompasses:
That singular flake is where I added |
@authenticastrology, were you able to get sorted to get up and running? |
No, not yet. But, thank you.
…On Mon, 14 Oct 2024 at 17:16, Purian23 ***@***.***> wrote:
@authenticastrology <https://github.com/authenticastrology>, were you
able to get sorted to get up and running?
—
Reply to this email directly, view it on GitHub
<#404 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOIND3F3LNAQPCEGMHPBT6TZ3PU5JAVCNFSM6AAAAABPZXYRHGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMJRG4YDGMJTGU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Can you tell where you're stuck? Or provide your dotfiles? What always helped me a lot in the beginning is to see how other people have implemented it, so here are my dotfiles if you want to take a look at them. |
i just got it working yesterday. I recommend you spend some time reading the the wiki on flakes + get help from claude.ai and phind.com or whatever LLM you like for troubleshooting. one thing missing in the readme (I think?) is that you should do Also make sure you did not add any |
I am almost embarrassed to ask. I am still just barely grasping flakes. I
would be really grateful if someone has a pre-made template just for Cosmic
with nothing else on it and if they would tell me step for step how to set
it up, where to put it no wise cracks huh...lol), which command lines to
run. It's going to take me months to grasp flakes due to timeload. I
switched to Cosmic as my main driver directly from Pop. But would really
love to use it with NixOS. Need some help. Thanks to everyone so much.
…On Mon, Oct 28, 2024 at 3:40 AM foldfree ***@***.***> wrote:
i just got it working yesterday. I recommend you spend some time reading
the the wiki on flakes <https://nixos.wiki/wiki/flakes> + get help from
claude.ai and phind.com or whatever LLM you like for troubleshooting.
one thing missing in the readme (I think?) is that you should do sudo
nixos-rebuild test --flake . and not just nixos rebuild test before
adding the cosmic enable in your configuration.nix.
Then rebuid with sudo nixos-rebuild switch --flake .
Also make sure you did not add any nixpkgs input in your flakes inputs
beside the cosmic one to benefit from cachix.
I’m quite clueless about nixos this took me a couple of hours. My config
had some cleanup to do. If you start from a vanilla install, it should be
easier.
—
Reply to this email directly, view it on GitHub
<#404 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOIND3HTENR4UKEEWT74ZWDZ5WWZFAVCNFSM6AAAAABPZXYRHGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINBQGQ4DKMRVGM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I got it all figured out! Yea!!!!!!!. Question though....I know it's in Alpha. But is anyone else having issues with lag when things open? I have used the Pop OS version too and it seems a bit snappier.. Not sure if it is a NixOS issue or not. |
If my dGPU is not active, launching windows takes longer than it feels it should. It fires up the dGPU for animations, then animates opening the new window. For me, it's quite noticeably slow, but I'm also behind on updates, so hoping it improves... |
Unfortunattly it produces the following error for me:
Have anybody experienced something like that? |
Ok, it seems the problem was that flake was initialized in my home directory and not in |
@artsiomkaltovich no, the issue isn't where the flake flake was initialized, but that you forgot to move a file, in this case "configuration.nix" into the repository. OR, something I've run into a couple of times myself, flakes only consider files, that have been added to the git index. That's why my rebuild command is this: nix fmt && git add . && sudo nixos-rebuild switch --flake .#<NAME_OF_HOST> and I just reverse search my history for |
Some of us...well okay... at least myself are not fully adept with flakes and it is like rocket science to us. But, we want to install Cosmic anyway. Would love a step-by-step guide. Know you may not have the time. But if anyone else does, it would be excellent. Or a video. But knowing whether to add this to the default flake, and how...Or whether to create a new one...would be excellent.
Sorry if this is the wrong spot for this. But nowhere else to comment.
The text was updated successfully, but these errors were encountered: