summaryrefslogtreecommitdiff
path: root/hosts/oracle
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/oracle')
-rw-r--r--hosts/oracle/configuration.nix13
1 files changed, 8 insertions, 5 deletions
diff --git a/hosts/oracle/configuration.nix b/hosts/oracle/configuration.nix
index 500906b..9782959 100644
--- a/hosts/oracle/configuration.nix
+++ b/hosts/oracle/configuration.nix
@@ -35,11 +35,14 @@
35 35
36 nixpkgs.config.allowUnfree = true; 36 nixpkgs.config.allowUnfree = true;
37 37
38 environment.systemPackages = with pkgs; [ 38 environment = {
39 neovim 39 pathsToLink = ["/share/zsh"];
40 git 40 systemPackages = with pkgs; [
41 interception-tools 41 neovim
42 ]; 42 git
43 interception-tools
44 ];
45 };
43 46
44 services = { 47 services = {
45 xserver = { 48 xserver = {