mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Add murk and impermanence
This commit is contained in:
parent
a8668c1a44
commit
b4f998d455
17 changed files with 354 additions and 6 deletions
|
|
@ -2,7 +2,10 @@
|
|||
let
|
||||
cfg = config.mods.terminal;
|
||||
|
||||
aliases = { la = "ls -lah"; };
|
||||
aliases = with lib; {
|
||||
la = "ls -lah";
|
||||
xc = "${getExe pkgs.xclip} -selection clipboard";
|
||||
};
|
||||
|
||||
in {
|
||||
options.mods.terminal = { zsh.enable = lib.mkEnableOption "enables zsh"; };
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@ in with lib; {
|
|||
"bottom"
|
||||
"htop"
|
||||
"vifm"
|
||||
"rbw"
|
||||
]);
|
||||
|
||||
home.packages = with pkgs; [
|
||||
|
|
@ -40,10 +41,14 @@ in with lib; {
|
|||
dua
|
||||
fdupes
|
||||
vifm
|
||||
|
||||
# programs
|
||||
fend
|
||||
unzip
|
||||
|
||||
# security
|
||||
pinentry-tty
|
||||
|
||||
# utilities
|
||||
fend
|
||||
xclip
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue