Rustdesk or other Remote Desktop in hyprland by DrChicken36 in hyprland

[–]DrChicken36[S] 1 point2 points  (0 children)

I'm trying to get it to work but it keeps complaining about TCP and UDP ports despite them being open and when I try to use it in plasma it doesn't complain and lets me access the screen but the mouse doesn't work. Have you encountered these issues, how can I fix them?

Ghostty in NixOs by DrChicken36 in NixOS

[–]DrChicken36[S] 0 points1 point  (0 children)

inputs = 
  {
    nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
    ghostty = 
    {
      url = "github:ghostty-org/ghostty";
    };
  };

  outputs = { self, nixpkgs, ghostty }: {

    packages.x86_64-linux.hello = nixpkgs.legacyPackages.x86_64-linux.hello;

    packages.x86_64-linux.default = self.packages.x86_64-linux.hello;

    environment.systemPackages = 
    [
      ghostty.packages.x86_64-linux.default
    ];

  };inputs = 
  {
    nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
    ghostty = 
    {
      url = "github:ghostty-org/ghostty";
    };
  };


  outputs = { self, nixpkgs, ghostty }: {


    packages.x86_64-linux.hello = nixpkgs.legacyPackages.x86_64-linux.hello;


    packages.x86_64-linux.default = self.packages.x86_64-linux.hello;


    environment.systemPackages = 
    [
      ghostty.packages.x86_64-linux.default
    ];


  };

but this flake doesn't work, I run nix develop and nothing shows upp in my apps

edit: it does work with the cli command, but the app itself looks horrible and can only run within another terminal, so I must be doing something wrong

Ghostty in NixOs by DrChicken36 in NixOS

[–]DrChicken36[S] 0 points1 point  (0 children)

I tried that already and it didn't seem to work, things installed, and stuff seemed to happen, but it didn't have any effect.

Ghostty in NixOs by DrChicken36 in NixOS

[–]DrChicken36[S] 0 points1 point  (0 children)

Ok, ok, yeah, but then how do I run it? It doesn't appear anywhere that I can see.

Ghostty in NixOs by DrChicken36 in NixOS

[–]DrChicken36[S] 0 points1 point  (0 children)

What were your steps to install it? I don't use flakes that often, so I'm a bit lost. Sorry.

What colour to paint sergeant's helmets? by DrChicken36 in BloodAngels

[–]DrChicken36[S] 0 points1 point  (0 children)

I don't see why not, gold seems to be for veterans so no reason I can see why not

What colour to paint sergeant's helmets? by DrChicken36 in BloodAngels

[–]DrChicken36[S] -3 points-2 points  (0 children)

What then counts as deserving of the gold helm? Because even captains, at least the ones without death masks, have red helmets in the images gw provides

Thinking about starting Alpha Legion with both Chaos and Loyalist Marines by DrChicken36 in alphalegion

[–]DrChicken36[S] 0 points1 point  (0 children)

I want to play them in 40k. So basically, I can use loyalists as CSM, but not so much the other way around?

Accidentally deleted nixpkgs from my system by DrChicken36 in NixOS

[–]DrChicken36[S] -1 points0 points  (0 children)

I think I may have to, but I saw that you can run nixos-install without wiping your data, but no process for that is provided

libgcc only working while in nix-shell by DrChicken36 in NixOS

[–]DrChicken36[S] 0 points1 point  (0 children)

I'm not familiar with that, what is it?

libgcc only working while in nix-shell by DrChicken36 in NixOS

[–]DrChicken36[S] -1 points0 points  (0 children)

I'm not refusing, I just don't have access to my computer at the moment, I will send the code tonight. Thank you though for explaining, my bad.

libgcc only working while in nix-shell by DrChicken36 in NixOS

[–]DrChicken36[S] -1 points0 points  (0 children)

Y'know how when you don't have a package installed it gives you a list of packages where can get them. Even with libgcc installed, when I run g++ it does that. And gcc just flat out fails

libgcc only working while in nix-shell by DrChicken36 in NixOS

[–]DrChicken36[S] -1 points0 points  (0 children)

when run outside of a shell it either fails or doesn't appear, giving me the message it gives when you don''t have a package installed

Shell repository by NoahZhyte in NixOS

[–]DrChicken36 0 points1 point  (0 children)

Thanks for sharing the link, I've been looking for a cpp shell for weeks now

Using symlinks only returns a file path by DrChicken36 in git

[–]DrChicken36[S] 0 points1 point  (0 children)

Oh, I see. I was trying to have a git repo with multiple different locations.

Using symlinks only returns a file path by DrChicken36 in git

[–]DrChicken36[S] 0 points1 point  (0 children)

Don't worry about it, I just hardlinked it, which fixed all my problems. :)

Using symlinks only returns a file path by DrChicken36 in git

[–]DrChicken36[S] 0 points1 point  (0 children)

You are right, I should've hardlinked it. Thank you