pulsebert: add home-manager home.nix

Esse commit está contido em:
Astro 2019-02-19 23:29:17 +01:00
commit 2ab5593af6
2 arquivos alterados com 19 adições e 0 exclusões

15
hosts/pulsebert/home.nix Normal file
Ver arquivo

@ -0,0 +1,15 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
htop
fortune
ddate
mpv
ncmpcpp
schedtool
screen
tmux
pulsemixer
];
}

Ver arquivo

@ -19,3 +19,7 @@ done
sudo ln -s $HOME/$REPO/hosts/`hostname -s`/configuration.nix /etc/nixos/configuration.nix
ls -l /etc/nixos/configuration.nix
if [ -f $REPO/hosts/`hostname -s`/home.nix ]; then
mkdir -p ~/.config/nixpkgs
ln -s $HOME/$REPO/hosts/`hostname -s`/home.nix ~/.config/nixpkgs/home.nix
fi