doomkernel

joined 2 years ago
[–] doomkernel@sopuli.xyz 6 points 2 years ago (1 children)

When you're trying to pass the person in front of you, but they keep zigzagging.

[–] doomkernel@sopuli.xyz 24 points 2 years ago (7 children)

Also he's ripped af, probably on steroids and uses sunglasses all the time

[–] doomkernel@sopuli.xyz 6 points 2 years ago

Tumbleweed or Leap are good. You could go with something exotic like VanillaOS

[–] doomkernel@sopuli.xyz 10 points 2 years ago

There this program call xdg-ninja which tells you how to change the settings of various packages that live in $HOME.

Is not a perfect though because you'll have to do all changes manually but its the best I can think about. Hope its helps!

[–] doomkernel@sopuli.xyz 5 points 2 years ago* (last edited 2 years ago) (6 children)

FDroid says 0.0.34 for me

[–] doomkernel@sopuli.xyz 0 points 2 years ago

You're under arrest for child abuse

[–] doomkernel@sopuli.xyz 2 points 2 years ago
[–] doomkernel@sopuli.xyz 1 points 2 years ago

De que va Fantastic Mr Fox? Dune esta buena, no me mato y Everything Everywhere all at once me gusto bocha.

[–] doomkernel@sopuli.xyz 3 points 2 years ago* (last edited 2 years ago) (1 children)

Oh my bad. Yeah you can configure almost anything in a declarative way on the /etc/nixos/configuration.nix file:

services.xserver.enable = true;
services.xserver.displayManager.gdm.enable = true;

Or

services.xserver = {
  enable = true;
  display manager.gdm.enable = true;
};

You can define a lot more (programs, users) and then you build the config file to take effect. By default NixOS is immutable so you can't change anything in the root partition and if there is something that broke you can rollback to a previous build!

[–] doomkernel@sopuli.xyz 2 points 2 years ago (10 children)

Being using it for almost 2 years. Was very weird at the beginning because of the "declarative" approach they used. But once you get used to it.. Its a life changer.

[–] doomkernel@sopuli.xyz 3 points 2 years ago (2 children)

+1 for Feeder! Also there's is and add-on on Firefox Get RSS Feed URL that is very handy

view more: ‹ prev next ›