Skip to content

Commit

Permalink
Remove some old files
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Oct 21, 2023
1 parent b3269fd commit 1c7d214
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 62 deletions.
1 change: 0 additions & 1 deletion .envrc

This file was deleted.

2 changes: 0 additions & 2 deletions bin/switch

This file was deleted.

57 changes: 0 additions & 57 deletions configuration.nix

This file was deleted.

5 changes: 3 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
description = "Home Manager configuration of sestrella";
description = "Home Manager configuration of Sebastian Estrella";

inputs = {
# Specify the source of Home Manager and Nixpkgs.
Expand All @@ -14,7 +14,8 @@
let
system = "aarch64-darwin";
pkgs = nixpkgs.legacyPackages.${system};
in {
in
{
homeConfigurations."sestrella" = home-manager.lib.homeManagerConfiguration {
inherit pkgs;

Expand Down

0 comments on commit 1c7d214

Please sign in to comment.