pulsebert: add home-manager home.nix
parent
0c9ce308c2
commit
2ab5593af6
|
@ -0,0 +1,15 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
htop
|
||||
fortune
|
||||
ddate
|
||||
mpv
|
||||
ncmpcpp
|
||||
schedtool
|
||||
screen
|
||||
tmux
|
||||
pulsemixer
|
||||
];
|
||||
}
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue