summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorTom Barrett <tom@tombarrett.xyz>2024-05-21 20:48:52 +0200
committertom barrett <tom@tombarrett.xyz>2024-05-21 21:36:10 +0200
commit6cd87ee9200e57b36bc2beb9d9835add106b3b22 (patch)
tree6445906b5848f3db046a700ae5cbd46e7a6a6afc /flake.nix
parentc8ffbad343cb9e58ed359cf74a6d231528b6aa5e (diff)
more packages, cursor fix, git options, set term properly
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 361a52c..d8ece83 100644
--- a/flake.nix
+++ b/flake.nix
@@ -13,7 +13,7 @@
nixvim,
self,
}: {
- nixosConfigurations."hostname" = nixpkgs.lib.nixosSystem {
+ nixosConfigurations.default = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = [
./configuration.nix