From 8976441188db64b5bcd0def77874968a03ac51a5 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Fri, 19 Jul 2024 00:01:14 -0700 Subject: Create core module --- hosts/c-pc/configuration.nix | 27 +-------------------------- 1 file changed, 1 insertion(+), 26 deletions(-) (limited to 'hosts/c-pc/configuration.nix') diff --git a/hosts/c-pc/configuration.nix b/hosts/c-pc/configuration.nix index 73797ea..a0ce408 100644 --- a/hosts/c-pc/configuration.nix +++ b/hosts/c-pc/configuration.nix @@ -4,6 +4,7 @@ imports = [ ./hardware-configuration.nix ./networking.nix + ../../core ../../roles ]; @@ -32,27 +33,6 @@ }; }; - environment = { - localBinInPath = true; - - interactiveShellInit = '' - alias kitty-ssh="kitty +kitten ssh" - - alias lsa="ls -lAsh" - alias c="codium ." - alias p="nix-shell -p" - - mkcd() { - mkdir -p "$1" - cd "$1" - } - ''; - - variables = { - EDITOR = "${pkgs.vim}/bin/vim"; - }; - }; - time.timeZone = "America/Los_Angeles"; users.users = { @@ -96,9 +76,6 @@ (writeShellScriptBin "rbf" "sudo nixos-rebuild switch --flake path:/etc/nixos#default") (writeShellScriptBin "toys" "nix-shell -p cmatrix asciiquarium pipes cowsay figlet neofetch") - git - vim - wget firefox wineWowPackages.stable winetricks @@ -108,8 +85,6 @@ ffmpeg jellyfin - - killall go jdk21 -- cgit v1.2.3