Skip Navigation

Xylight (Photon dev)
Xylight (Photon dev) @ Xylight @lemmy.xylight.dev
Posts
39
Comments
404
Joined
2 yr. ago

  • Luckily, in 'murica, corporations can freak you over however they like 😎

  • Can't on a pixel because this phone is carrier locked.

  • Oh this was posted here already? I'll delete it.

  • It's really nice. When you setup a new system, you don't have to spend hours changing settings, configs, and installing packages. With NixOS, just copy the config file from your old system and then run nixos-rebuild.

  • It's great that you can't unlock the bootloader to install graphene on carrier bought devices 👍

  • Yep. To change desktop environments, just change:

     
        
    services.xserver.gnome.enable = true;
    
    
      

    to

     
        
    services.xserver.plasma5.enable = true;
    
    
      
     
        
      
  • I agree. I can only learn languages by having an idea of something that'll excite me. Making a to-do app rarely teaches me anything since I don't have fun doing it.

  • Smh, you're not even dumping them into Linux from scratch to learn C++ yet!

  • Lemmy's comment ranking goal was to do exactly that: don't punish new comments on an old thread.

    link

  • It seems a lot of people are having issues with this, I've never experienced a problem though

    My files app always shows it in my recents view so idk

  • The closest thing to a video game character I see is Bow Kid from A Hat in Time

  • When you have to text iPhones since I don't think they support RCS yet

  • Firefox actually has a lot of telemetry that's opt-out rather than opt-in, and doesn't have many privacy protections. Librewolf comes with ublock origin (which blocks trackers and annoyances as well as ads), has extreme fingerprinting protection, and has no google stuff out of the box.

  • It's technically an invalid config (the extensions part), but other than that it's using home manager.

  • BTW, just in case you didn't know, you can put images directly in your comment with this:

    ![alt text (optional)](image url)

  • I mean yeah, that's why it's "ever recorded".

  • As a dev, a declarative OPERATING SYSTEM is a literal dream. Nix shells are really nice too.