Pessoal desatualizado... Nem trocaram o discurso pra "O aquecimento global é real, mas não tem nada que a gente possa fazer"
Pessoal desatualizado... Nem trocaram o discurso pra "O aquecimento global é real, mas não tem nada que a gente possa fazer"
The 4th law of robotics is you must make the eyes turn red when they become evil.
That's.... all stow does, there's nothing more to it. If you need some other feature don't waste your time trying to make it work with stow, It's just a meme in my opinion.
About the "package manager" functionality, stow was originally supposed to be a development tool for the Perl programming language, you download a bunch of libraries into a directory, then use stow to merge those files into the root of your project (like a caveman), as it turned out some people started using it to manage dotfiles, and here we are.
When I started trying to organize my dotfiles, I started with stow, but quickly found it very limited.
After that I found dotdrop, which is considerably more involved, but gives you total control. My config with dotdrop quickly started growing insanely huge, at some point I even had system-wide systemd services declared.
Then I found out I was basically reinventing nixos and home-manager, so I switched to that.
Yeah, it's empty by default: https://github.com/NixOS/nixpkgs/blob/5defcb4b0d6c286e8b4b2869cf38efb4cdeb5bf4/nixos/modules/profiles/installation-device.nix#L31-L40
Can you login via the tty?
IIRC in the live environment, the password for the "nixos" user is also "nixos"
Also, the lockscreen should be disabled by default, it should not lock due to inactivity.
Get rotated, idiot.
My mind when reading "The cat is faster and has sharper teeth and nails. It has no code of ethics or consideration for its own future": https://www.youtube.com/watch?v=mhQPzLy5X04
Reminds me of Almost pizza
Reminder that Fedora Sericea was renamed to Fedora Sway Atomic
https://fedoraproject.org/atomic-desktops/sway/
That answer was generated by chatgpt, I don't think that's anywhere near a sensible way of achieving what you asked.
I don't use emacs so I don't know what the most optimal way would be, but even the much less popular editor I use has an elegant solution in nix, I assume the same holds true for emacs.
Disgusting.
https://bholley.net/blog/2015/must-be-this-tall-to-write-multi-threaded-code.html
https://www.youtube.com/watch?v=LNPqe4Cr8Gs
POV, you are Lula in the next 3 weeks:
Maybe you don't have a short attention span 🤣 The only reason I use Kakoune is because I completely lose my train of thought if I can't get an edit done quick enough.
~/.config/mimeapps.list contains a line “terminal=foot.desktop” (tried also without .desktop).
I don't think that is a real option.
There is no standard way to set the default terminal emulator, you need to tell your launcher application(sometimes through your DE settings) to use that terminal.
For example, j4-dmenu-desktop
has the option --term
.
As a file managers I use lf and nnn, they both contain .desktop-files but I can’t launch them with keybinds or menu launcher. Same applies to vim.desktop, nothing happens.
How are you launching these programs? For keyboard shortcuts you generally need to specifically run the terminal emulator together with the program: bindsym Mod4+Return exec alacritty -e hollywood
Edit. I managed to find a workaround for lf and nnn by editing the Exec= line in /usr/share/applications/*.desktop file. (Exec=/usr/bin/foot -e nnn) but I still can’t figure the swayimg imageviewer.
I would advise you to copy those files to ~/.local/share/applications
so they do not get overwritten during updates.
Yeah, we tried using Livewire at work, wouldn't recommend it for any usecase. Very buggy and unfinished, many times you'll still need to fallback to JS, passing certain data types to Livewire components is just not supported.