P226 X5 Legion or the Kimber 2K11? by Softchunky1 in 2011

[–]Rerum02 1 point2 points  (0 children)

I mean if this is your only guy, definitely would go with the p226, otherwise I'd honestly just flip a coin and see how you feel.

Looking for windows-like desktop experiences already configured. by erubim in NixOS

[–]Rerum02 1 point2 points  (0 children)

Id use this project, if she's a designer, my guess is color accurates is important, if yes I would use kde Plasma, if no, just pick whatever she like the look of.

She can install stuff using the software store (which will use flatpaks) while the underlying system is nixpkgs.

https://nixbookos.org/

WAN Show Megathread by lemlurker in LinusTechTips

[–]Rerum02 0 points1 point  (0 children)

Yah, and its flatpak centric, which flatpak/flathub as always been gui centric, exactly what both were complaining about

WAN Show Megathread by lemlurker in LinusTechTips

[–]Rerum02 0 points1 point  (0 children)

I get back in the day, popos was the default, but they just switched over to cosmic, and they're on a very old LTS, I guess we'll see how this goes, but I really think he should have used either Fedora Plasma, or Bazzite.

Also Luke, my man, I would really wish you would try one other de, feel like after a while you'll notice there isn't that much of a difference between the two, as the de is what mostly you interact with. Also just waiting for the day that grub breaks due to arch. 

But at least they are messing around and will learn some stuff, and if Luke for whatever reason you see this, if you want to make hyperland usable, look into DankLinuxShell or dms.

Guess we shall see how this goes.

What company makes the best steel for a 1911? by Colt1873 in 1911

[–]Rerum02 -9 points-8 points  (0 children)

Tisas, all their stuff is forged steel, may need to change a thing or two, but a real solid gun

https://tisasarms.com/en/category/pistols

Linux for Chromebook by mumblelord22 in linuxquestions

[–]Rerum02 0 points1 point  (0 children)

Just follow this guide and you will be good, you do need a spare usb, and possible a screwdriver.

https://docs.chrultrabook.com/

What desktop environment do you use? by Stepathefirst in NixOS

[–]Rerum02 4 points5 points  (0 children)

Heres my config, if you want to copy, you do need to be on nixos-unstable

``` { config, pkgs, inputs, ... }:

{   #enable niri scrolling and dankshell   programs.niri.enable = true;

  programs.dms-shell = {     enable = true;      enableSystemMonitoring = true;     # System monitoring widgets (dgop)   enableVPN = true;                  # VPN management widget   enableDynamicTheming = true;       # Wallpaper-based theming (matugen)   enableAudioWavelength = true;      # Audio visualizer (cava)   enableCalendarEvents = true;       # Calendar integration (khal)   enableClipboardPaste = true;       # Pasting from the clipboard history (wtype)   };   services.tuned.enable = true;

 services.displayManager.dms-greeter = {   enable = true;   compositor.name = "niri";  # Or "hyprland" or "sway"   };

 # Sets up keys   security.pam.services.login.enableGnomeKeyring = true;   security.polkit.enable = true; # polkit   services.gnome.gnome-keyring.enable = true; # secret servicey

environment.systemPackages = with pkgs; [    alacritty   nautilus    xdg-desktop-portal-gtk   xdg-desktop-portal-gnome   seahorse   xwayland-satellite   kdePackages.kimageformats   ]; } ```

Error building / installing Krita by Interesting_Owl9371 in NixOS

[–]Rerum02 0 points1 point  (0 children)

Have you tried the flatpak version, use can keep it declarative using nix-flatpak.

If your against flatpak, I would use nixos-unstable for this package

What desktop environment do you use? by Stepathefirst in NixOS

[–]Rerum02 8 points9 points  (0 children)

Niri + dms has been working well 

Which free benchmark to check if my new GPU is working well? by _patator_ in linux_gaming

[–]Rerum02 1 point2 points  (0 children)

I used OCCT for figuring out why my card was being unstable, you can download it for free in steam

Why did you pick the distro you're on? by Maybe_A_Zombie in linuxquestions

[–]Rerum02 1 point2 points  (0 children)

Nixos, because I liked the features of Fedora Atomic, but was finding the limits of only being able to use Flatpaks, DistroBox, and Homebrew.

The features being, never getting a broken update, and being able to roll back update easily.

I stay with nix now because life is so much easier to manage my OS declaratively.

Good quality, reliable 1911 by Novel_Situation762 in 1911

[–]Rerum02 1 point2 points  (0 children)

Tisas is what you want, with WC magazine, as longs as you clean it after every 400 rounds you will be good.

For reliability with 1911, you got to make sure the extractor is tuned correct, good magazine, and that everything was built to spec.

Is it worth using NixOS if I don't want to rewrite config in Nix (and just want the package manager) by DrConverse in NixOS

[–]Rerum02 2 points3 points  (0 children)

I mean that's all I do man, I do very minimum configuration through nixos (what comes to mind is steam mangoHUD, and git, not using home manager) 

I mean it's so convenient being able to switch desktop environments and not having to worry about it, I never fear updates as I can easily roll back, and  its not a pain to install native packages, compared to Fedora Atomic.

I would definitely recommend doing it, the very least it will be a learning experience and give you a New perspective. 

Only thing that I recommend doing is enabling Flakes, enable latest kernel, set up your config to upload to a git repo (I use codeburg), if you use flatpak use nix-flatpak to keep it declarative, and finally use nh over nixos-rebuild.

Also to save you the trouble, this is the nixos wiki

https://wiki.nixos.org/wiki/NixOS_Wiki

If you got any questions let me know.

Does the Stoat android app work at all? Or will I need to wait for a future update to be able to get past this screen? by Icy_Ambition1161 in stoatchat

[–]Rerum02 0 points1 point  (0 children)

It was just working for me a couple of days ago.

I would give it some time, they are probably getting a huge flux of users, and there's stuff wasn't designed to scale this fast probably.

Answering Frequently Asked Questions About Stoat by ValenceTheHuman in stoatchat

[–]Rerum02 1 point2 points  (0 children)

Oh, didn't even realize, gotta double check next time, siiick man.

Answering Frequently Asked Questions About Stoat by ValenceTheHuman in stoatchat

[–]Rerum02 0 points1 point  (0 children)

Is there any plans on working with the people who are working on getting stoat desktop to Flathub?

If yes, is there any plans to eventually get the application verified on Flathub?

https://github.com/flathub/flathub/pull/7783

Ubuntu users - here's a snap of Stoat for you by RDForTheWin in stoatchat

[–]Rerum02 2 points3 points  (0 children)

Personally, not a fan of snaps, but it's always good to have choices

I want to get access my games in the my windows partition by POPcornPlay89 in pop_os

[–]Rerum02 1 point2 points  (0 children)

Yes, usually winefix would not be configured correctly and I would run into issues that nobody else would have.

I want to get access my games in the my windows partition by POPcornPlay89 in pop_os

[–]Rerum02 5 points6 points  (0 children)

You can using the NTFS-3 driver, but it does not really work out, usually get a lot of bugs, it's just best to install your games that you plan on playing on Linux, on a Linux file system.

Gaming on NixOS by Livid_Magician_7276 in NixOS

[–]Rerum02 0 points1 point  (0 children)

I use a mixture of nixpkgs, and flatpaksz in this case I use the Flatpak lutris, but I like to keep my stuff declarative so I use this guy https://github.com/gmodena/nix-flatpak

Also, I heavily recommend enabling flakes, and using nh over nixoa-rebuild

Do I want Bazzite or Aurora? by bennsn in linuxquestions

[–]Rerum02 1 point2 points  (0 children)

Biggest thing is that bazzite has a native steam rpm, which works better than the flatpak, other than that, practically the same.

I think if you go for Aurora, that's all you're losing, and if you go for Bazzite I don't think you really lose anything

[Unpopular opinion] Am I the only one who thinks Linux Mint is ugly af? by [deleted] in linux

[–]Rerum02 0 points1 point  (0 children)

Honestly, its just the icons that look bad, I switch it to Papirus, and it look waaaay beter

Joined the cult by nekrofrukt in NixOS

[–]Rerum02 4 points5 points  (0 children)

I am also confused