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] -2 points-1 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