NixOS configuration
Find a file
Julian Sutter 8de6c0fc28 Fix desktop file format in all desktop modules
- Remove incorrect 'applications:' prefix from desktop file names
- All modules now use correct format (e.g., 'steam.desktop' not 'applications:steam.desktop')
- Fixed modules: gaming.nix, office.nix, dev.nix, media.nix, dnm.nix
- Modular Plasma pinning system now works correctly for all desktop modules
- All 14 applications should now appear pinned after Plasma session restart
2025-07-31 01:46:34 -07:00
desktop Fix desktop file format in all desktop modules 2025-07-31 01:46:34 -07:00
docs Clean up user configuration and organize documentation 2025-07-30 23:25:24 -07:00
servers Refactor NixOS configuration: Move GUI apps to desktop modules and create headless config 2025-07-30 23:17:55 -07:00
systems Refactor NixOS configuration: Move GUI apps to desktop modules and create headless config 2025-07-30 23:17:55 -07:00
users Implement modular Plasma taskbar pinning system 2025-07-31 01:13:57 -07:00
.gitignore initial commit from framework 2022-12-18 20:40:49 -08:00
flake.lock Implement hybrid package management: stable + selective unstable 2025-07-30 14:59:12 -07:00
flake.nix Implement modular Plasma taskbar pinning system 2025-07-31 01:13:57 -07:00
README.md Update README.md 2025-07-31 01:06:13 +00:00

sudo parted /dev/nvme0n1 -- mklabel gpt
sudo parted /dev/nvme0n1 -- mkpart primary ext4 512MB 100%
sudo parted /dev/nvme0n1 -- mkpart ESP fat32 1MB 512MB
sudo parted /dev/nvme0n1 -- set 2 esp on
sleep 2
sudo mkfs.btrfs -f /dev/disk/by-partlabel/primary

sudo mount -o rw /dev/disk/by-partlabel/primary /mnt/
sudo mkdir /mnt/boot
sudo mkfs.vfat /dev/disk/by-partlabel/ESP
sudo mount -o rw /dev/disk/by-partlabel/ESP /mnt/boot/
sudo mkdir /mnt/root
sudo git clone https://jsutter:b9cf9383b20dc6efe4d0a732d659709097879b67@git.symbiotrip.com/jsutter/nixos /mnt/root/nixos

Then:

sudo -i
cd /mnt/root/nixos
nixos-install --flake .#<name> --no-root-password --impure

Finally:

nixos-enter --root '/mnt'
passwd jsutter