Fixes coming from re-install on mediocre-desktop
This commit is contained in:
parent
97c6c20193
commit
878dea2de4
2
Makefile
2
Makefile
@ -9,7 +9,7 @@ setup-pulseaudio:
|
||||
# - use lsblk -o NAME,UUID to get UUID
|
||||
install-rm-keyfile:
|
||||
sudo cp ./base/rm-keyfile.service /etc/systemd/system
|
||||
sudo systemctl daemon-reload
|
||||
sudo systemctl enable rm-keyfile.service
|
||||
|
||||
install-pamd:
|
||||
drv=$$(nix-instantiate -E '((import ./pkgs.nix).stable {}).i3lock'); \
|
||||
|
@ -48,6 +48,8 @@ in rec {
|
||||
pkgs.gawk
|
||||
pkgs.tree
|
||||
pkgs.pv
|
||||
pkgs.less
|
||||
pkgs.tmux
|
||||
|
||||
git
|
||||
pkgs.mercurial
|
||||
@ -69,8 +71,6 @@ in rec {
|
||||
pkgs.sshfs
|
||||
pkgs.fuse3
|
||||
|
||||
pkgs.tmux
|
||||
|
||||
pkgs.ncdu
|
||||
pkgs.htop
|
||||
pkgs.jnettop
|
||||
|
@ -25,6 +25,8 @@
|
||||
};
|
||||
|
||||
zshrc = pkgs.writeTextDir ".zshrc" ''
|
||||
# Import before anything else, so that we have the full PATH available for everything following
|
||||
. ${pkgs.nix}/etc/profile.d/nix.sh
|
||||
|
||||
# oh-my-zsh
|
||||
export ZSH=${pkgs.oh-my-zsh}/share/oh-my-zsh
|
||||
@ -44,7 +46,6 @@
|
||||
|
||||
. ${./zshrc}
|
||||
. ${./aliases}
|
||||
. ${pkgs.nix}/etc/profile.d/nix.sh
|
||||
'';
|
||||
|
||||
zsh = pkgs.writeScriptBin "zsh" ''
|
||||
|
Loading…
Reference in New Issue
Block a user