Centralized/standardised/replicateable config for the entire OS and all apps is cool n all, but 10,000 lines in a single config file seems kinda ass. Does Nix let you import chunks of your config from separate files?
unixporn
unixporn
Submit screenshots of all your *NIX desktops, themes, and nifty configurations, or submit anything else that will make ricers happy. Maybe a server running on an Amiga, or a Thinkpad signed by Bjarne Stroustrup? Show the world how pretty your computer can be!
Rules
- Post On-Topic
- No Defaults
- Busy Screenshot
- Use High-Quality Images
- Include a Details Comment
- No NSFW
Of course they do, otherwise it would be exactly how you would expect it to be. It's split across 178 .nix files, though a chunk of them are server configs. I need them on my desktop because I rebuild my servers from my desktop.
Ah ok, the screenshots were JUST the wrong size on my foldy phone, big enough to not bother zooming in, too small to read the text.
What is Windows for Docker?
You can run Windows in a Docker/Podman container and connect to it via RDP to get Windows in Linux. I use it for some Office Word stuff. Project name is dockur. The entire command to launch this is basically this:
# Run container
docker run -d --name windows --env CPU_CORES=4 --env DISK_SIZE=64G --env HOME=/home/main/Windows --env LANGUAGE=Korean --env PASSWORD=Password --env RAM_SIZE=4G --env USERNAME=Windows --env VERSION=10 --device /dev/kvm --device /dev/net/tun --publish 8006:8006 --publish 3389:3389/tcp --publish 3389:3389/udp --volume ~/Windows/data:/data --volume ~/Windows/storage:/storage ghcr.io/dockur/windows:latest
# Connect to it
xfreerdp /cert:tofu /d:"" /u:"Windows" /p:"Password" /scale:100 -grab-keyboard +clipboard /t:Windows +home-drive -wallpaper +dynamic-resolution /v:"127.0.0.1"
I bind this to Win+Shift+r w.
Cool, what do you do with it?
spoiler
~/~ ~s~
Optimising workflow ofc
nixos is my dreamos
For a second, I thought you made linux look like windows.



