Revert spacemacs config

This was a bad idea.
This commit is contained in:
Kiana Sheibani 2022-04-14 12:53:48 -04:00
parent d9fd156f84
commit ebfd0492bf
3 changed files with 3 additions and 30 deletions

View file

@ -1,4 +1,4 @@
{ config, pkgs, spacemacs, spacemacs-config, ... }: { config, pkgs, spacemacs, ... }:
{ {
# Set up spacemacs using local emacs config # Set up spacemacs using local emacs config
@ -6,11 +6,5 @@
recursive = true; recursive = true;
source = spacemacs; source = spacemacs;
}; };
# Spacemacs config
home.file.".spacemacs.d" = {
recursive = true;
source = spacemacs-config;
};
} }

View file

@ -72,8 +72,7 @@
"nixos-hardware": "nixos-hardware", "nixos-hardware": "nixos-hardware",
"nixpkgs": "nixpkgs", "nixpkgs": "nixpkgs",
"nur": "nur", "nur": "nur",
"spacemacs": "spacemacs", "spacemacs": "spacemacs"
"spacemacs-config": "spacemacs-config"
} }
}, },
"spacemacs": { "spacemacs": {
@ -92,22 +91,6 @@
"repo": "spacemacs", "repo": "spacemacs",
"type": "github" "type": "github"
} }
},
"spacemacs-config": {
"flake": false,
"locked": {
"lastModified": 1649949666,
"narHash": "sha256-+k/sDxrYfCrdqz4xrLktEfxVySv3s5NH/UM8eRXxsp0=",
"owner": "kiana-S",
"repo": "spacemacs-config",
"rev": "24caf5a28432885fd3872b1e8ae6a6e73408da3a",
"type": "github"
},
"original": {
"owner": "kiana-S",
"repo": "spacemacs-config",
"type": "github"
}
} }
}, },
"root": "root", "root": "root",

View file

@ -1,6 +1,5 @@
{ {
description = "System conf"; description = "System conf";
inputs = rec { inputs = rec {
nixpkgs.url = "nixpkgs/nixos-unstable"; nixpkgs.url = "nixpkgs/nixos-unstable";
@ -13,10 +12,7 @@ inputs = rec {
spacemacs.url = "github:syl20bnr/spacemacs/develop"; spacemacs.url = "github:syl20bnr/spacemacs/develop";
spacemacs.flake = false; spacemacs.flake = false;
spacemacs-config.url = "github:kiana-S/spacemacs-config";
spacemacs-config.flake = false;
}; };
outputs = { self, outputs = { self,
nixpkgs, nixpkgs,
home-manager, home-manager,