laughs in Nix and NixOS
what are you doing in my lemmy profile
mastodon · @callyral@furry.engineer
laughs in Nix and NixOS
i dont understand, please explain further. if blahaj mods have ignored misandry, that would be a bad thing. hate is generally regarded as bad, and misandry is hatred of men. therefore, misandry should be generally regarded as bad.
edit: someone has explained this to me
Draw a circle with the ellipse selection tool
So it does have what is effectively a circle shape tool. I don’t know why people are saying it doesn’t.
does GIMP not have a circle/shape tool? Why?
Now the formatting is fixed
Food item: Nix Flakes (rare)
+10 health per flake
+ Contains a large amount of packages when combined with Nixpkgs (uncommon)
+ Reproducible: farm it yourself!
- Each flake takes between 5 seconds and 2 hours to compile and take effect
- Requires good internet connection
- Significantly slows down NixOS dotfile spells.
Weapon: Neovim Lua Gun (uncommon)
+144 damage
+ Rewrite config files
- Can only activate weapon once. Afterwards, you’re stuck using it forever.
- Requires XP level 1337 to be used efficiently
Weapon: NixOS USB (uncommon)
+ Makes computer unusable for any sane person
+ Reproducible: install any system you want and then replace it with another one for fun
- Most people in Linuxia are not sane so this weapon is rarely effective
Spell: NixOS dotfiles (rare)
rm -rf ./.git
: self-destruct: deals +infinity damage to the user, +169 damage to nearby enemies.
cat flake.nix
: Ejects what is effectively a zip bomb. Cannot be used twice against the same enemy. Deals +196 damage to nearby enemies.
nixos-rebuild ...
: Refreshes stamina, +5 health to the user. If used incorrectly, will cause a random negative effect, but never fatal. Requires waiting for 15 seconds, unless Nix Flakes were recently used, then it requires at least 2 hours of waiting.
Armor: SDDM (common)
+40 charisma
+20 defense
+10 health
- Buggy sometimes
Accessory: Waybar Crown (uncommon)
+120 charisma
+5 health
+ People will ask you for your dotfiles
Edit: fixed formatting
Edit 2: slightly cooler names and abilities
8GB is enough for me although I have 16GB just because I want my system in general to be a little faster while I’m gaming
If they care about terminal emulators, it’s unlikely their distro came with one preinstalled.
I think they said that because OP wrote “not once have I had a problem or anything break. What am I doing wrong?” making it sound like the problem is that they haven’t experienced anything break yet.
Vim is pretty easy for me because I’m used to it. Nano is very difficult to use for me because I’ve rarely used it.
wayland.windowManager.sway.config.keybindings = let
# ...
screenshot = with pkgs; writeShellScriptBin "screenshot.sh" ''
DATE=$(date +"%Y%m%d%H%M%S")
if [ "$1" = "full" ]; then
${grim}/bin/grim ~/Pictures/shot_$DATE.png
${libnotify}/bin/notify-send "saved full screenshot to shot_$DATE.png"
elif [ "$1" = "full-copy" ]; then
${grim}/bin/grim - | ${wl-clipboard}/bin/wl-copy -t image/png
${libnotify}/bin/notify-send "copied full screenshot"
elif [ "$1" = "sel" ]; then
${grim}/bin/grim -g "$(${slurp}/bin/slurp)" ~/Pictures/sel_$(date +"%Y%m%d%H%M%S").png
${libnotify}/bin/notify-send "saved selection to sel_$DATE.png"
elif [ "$1" = "sel-copy" ]; then
${grim}/bin/grim -g "$(${slurp}/bin/slurp)" - | ${wl-clipboard}/bin/wl-copy -t image/png
${libnotify}/bin/notify-send "copied screenshot"
else
printf "Invalid argument: '$1'\n"
fi
'';
in lib.mkOptionDefault { # ...
This is in my Home Manager configuration. I don’t think this is that bad, it’s just kinda messy. If you can’t tell, it’s a script for taking screenshots, embedded in my configuration.
I wanted to customize Windows 10. Customizing Windows was too hard and unsafe (requiring many “bloated” third party tools).
Then, after seeing some cool themes, I realized Linux is way more customizable. So I tried Linux Mint and now I use NixOS.
If you want a challenge that may or may not be worth it, try configuring NixOS. And I mean really get into it, try to configure everything using Nix. It’s very time consuming but not boring, each configuration varies person to person (i.e the way you organize it) so it can be quite fun if you have the time.
Also nixpkgs (what Nix and NixOS use) has like, all the packages
Idk if it’ll ever be for mine (Samsung Galaxy A51). Hopefully one day, if such a phone exists, i’ll have a phone that is more open and also supported by something like LineageOS.
Windows 10.
I wanted customization. Windows provided customization, sure, but like in the worst way possible. Want to change the system colors or what buttons look like? Download this third party theme and apply it with bloated tools that are probably malware in disguise!
Meanwhile on Linux (NixOS), I can just change a few lines in my dotfiles and it works. Sometimes it’s inconvenient but I’m not really looking for convenience.
Same in Brazilian Portuguese
If it looks like free will and quacks like free will, then it probably is free will.