Skip to content

Commit

Permalink
chore: clean up terms
Browse files Browse the repository at this point in the history
  • Loading branch information
DavSanchez committed Jan 6, 2025
1 parent b08c4c3 commit e907ff6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -130,12 +130,12 @@
};
modules = [ ./home-manager/solio.nix ];
};
"david@nr-vm" = home-manager.lib.homeManagerConfiguration {
"david@nr" = home-manager.lib.homeManagerConfiguration {
pkgs = nixpkgs.legacyPackages.aarch64-linux;
extraSpecialArgs = {
inherit inputs;
};
modules = [ ./home-manager/home-nr-vm.nix ];
modules = [ ./home-manager/home-nr.nix ];
};
};

Expand Down
6 changes: 2 additions & 4 deletions home-manager/features/terminals/default.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
_: {
imports = [
./ghostty.nix
./kitty
./rio.nix
./wezterm.nix # main
./ghostty.nix # main
./wezterm.nix
];
}
File renamed without changes.

0 comments on commit e907ff6

Please sign in to comment.