Moving the broken mu nix build to linux only

This commit is contained in:
Dustin Swan 2019-08-04 15:48:15 -04:00
parent 260a440c98
commit 661e3ecb88
No known key found for this signature in database
GPG key ID: AB49BD6B2B3A6377
2 changed files with 7 additions and 2 deletions

View file

@ -2,7 +2,7 @@
{
home.packages = with pkgs; [
bat wget silver-searcher tree ranger nodejs yarn mu mosh newsboat msmtp w3m urlview nmap rtv gnupg youtube-dl nodePackages.tern nodePackages.eslint nodePackages.javascript-typescript-langserver nodePackages.js-beautify nodePackages.prettier nodePackages.dat
bat wget silver-searcher tree ranger nodejs yarn mosh newsboat msmtp w3m urlview nmap rtv gnupg youtube-dl nodePackages.tern nodePackages.eslint nodePackages.javascript-typescript-langserver nodePackages.js-beautify nodePackages.prettier nodePackages.dat
];
home.sessionVariables = {
@ -161,6 +161,11 @@
enableZshIntegration = true;
};
programs.broot = {
enable = true;
enableZshIntegration = true;
};
programs.ssh = {
enable = true;
matchBlocks = {