be aware that this rice is a bit incomplete so you might encounter some styling bugs, i have no idea how to fix some of them
- os: nixos
- wm: niri
- bar: waybar
- app launcher: fsel paired with otter-launcher
- color scheme: generated with matugen
- font: jetbrainsmono nerd font for terminal/mono, poppins semibold for ui
Warning
this will overwrite your existing configuration.nix file. though, the script backs up /etc/nixos and we're talking about nixos so you can just roll back at any time.
sudo nixos-generate-config --show-hardware-config > /tmp/hardware-configuration.nix
nix-shell -p git --run "git clone https://codeberg.org/forkd/dotfiles ~/dotfiles"
cp /tmp/hardware-configuration.nix ~/dotfiles/nixos/hardware-configuration.nix
sudo mv /etc/nixos /etc/nixos.bak
sudo ln -sf /home/$user/dotfiles /etc/nixos
sudo nixos-rebuild switch- .config is extremely outdated because i just use HM, sorry! you can install home manager on your preferred distro and use my configs if you want




