getting kaladin ready

This commit is contained in:
Chris Cochrun 2022-05-06 15:35:33 -05:00 committed by Chris Cochrun
parent 099e11b74e
commit 8b9ee87a83
3 changed files with 48 additions and 26 deletions

View file

@ -14,7 +14,7 @@
# You can update Home Manager without changing this value. See
# the Home Manager release notes for a list of state version
# changes in each release.
home.stateVersion = "22.05";
home.stateVersion = "20.09";
# Let Home Manager install and manage itself.
programs.home-manager.enable = true;
@ -120,27 +120,6 @@
recursive = true;
};
programs.fish.enable = true;
programs.fish.plugins = [
# {
# name = "oh-my-fish";
# src = pkgs.fetchFromGitHub {
# owner = "oh-my-fish";
# repo = "oh-my-fish";
# rev = "d428b723c8c18fef3b2a00b8b8b731177f483ad8";
# sha256 = "msItKEPe7uSUpDAfCfdYZjt5NyfM3KtOrLUTO9NGqlg=";
# };
# }
# {
# name = "plugin-foreign-env";
# src = pkgs.fetchFromGitHub {
# owner = "oh-my-fish";
# repo = "plugin-foreign-env";
# rev = "b3dd471bcc885b597c3922e4de836e06415e52dd";
# sha256 = "3h03WQrBZmTXZLkQh1oVyhv6zlyYsSDS7HTHr+7WjY8=";
# };
# }
];
home.file.".config/fish" = {
source = ./fish;
recursive = true;