initial commit
This commit is contained in:
commit
5fadb6a6c9
10 changed files with 429 additions and 0 deletions
11
homemanager/bashrc
Normal file
11
homemanager/bashrc
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
eval "$(starship init bash)"
|
||||
|
||||
alias eep='systemctl suspend'
|
||||
alias hibernate='systemctl hybrid-sleep'
|
||||
alias restart='systemctl reboot'
|
||||
alias shutdown='systemctl poweroff'
|
||||
rebuild() {
|
||||
sudo nixos-rebuild switch --flake ~/dea-files#"$1"
|
||||
}
|
||||
# alias rebuild='sudo nixos-rebuild switch --flake ~/dea-files'
|
||||
[ -f "/home/dea/.ghcup/env" ] && . "/home/dea/.ghcup/env" # ghcup-env
|
||||
7
homemanager/mpv.nix
Normal file
7
homemanager/mpv.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.mpv = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue