No description
Find a file
2024-11-12 21:57:40 +01:00
home-manager Add shell abbreviation for git push --force 2024-11-11 22:05:28 +01:00
machines Update flake inputs 2024-11-12 21:32:42 +01:00
nixos Disable NetworkManager-wait-online 2024-11-12 21:57:40 +01:00
secrets Clean up secret management 2024-06-15 18:21:07 +02:00
wallpapers/Famous Places in the Eastern Capital Add gnome extension to use random wallpapers 2024-06-13 23:32:04 +02:00
.envrc Add git-hooks 2024-10-28 12:25:19 +01:00
.gitignore Git ignore .pre-commit-config.yaml 2024-10-28 13:16:31 +01:00
.sops.yaml Replace agenix with sops-nix 2024-06-15 16:20:03 +02:00
checks.nix Remove relative path in flake check 2024-11-11 22:33:24 +01:00
colmena.nix Split flake into multiple files 2024-11-11 21:40:36 +01:00
flake.lock Update flake inputs 2024-11-12 21:32:42 +01:00
flake.nix Put dev-shells back in flake.nix for automatic reload 2024-11-11 22:29:39 +01:00
formatter.nix Split flake into multiple files 2024-11-11 21:40:36 +01:00
nixos-configurations.nix Fix nixosConfigurations flake output 2024-11-11 21:50:00 +01:00
packages.nix Split flake into multiple files 2024-11-11 21:40:36 +01:00
README.md Add deployment instructions to README 2024-11-11 22:39:22 +01:00
treefmt.nix Format JSON files 2024-11-11 22:44:45 +01:00

nixos-laptop

NixOS configurations for my personal machines (contrary to the repo's name, it contains a desktop).

Currently managed systems:

  • sue: My current laptop, a Dell XPS 9315. It has two flavours:
    • Default running GNOME
    • Specialisation running Cosmic
  • gamepc: My gaming PC running Cinnamon

Deployment

  • sue: colmena apply-local --sudo --impure
  • gamepc: colmena apply --on gamepc --impure

Note

Currently the --impure is necessary until I upgrade to NixOS 24.11. See this PR.