Add ben module
This commit is contained in:
parent
b5fb07519c
commit
77cf8d46a3
13
nixos/ben.nix
Normal file
13
nixos/ben.nix
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
{ pkgs, inputs, config, makeEnable, ... }:
|
||||||
|
makeEnable config "modules.ben" true {
|
||||||
|
home-manager.users.ben = {
|
||||||
|
programs.zsh = {
|
||||||
|
enable = true;
|
||||||
|
shellAliases = {
|
||||||
|
ll = "ls -alF";
|
||||||
|
la = "ls -A";
|
||||||
|
l = "ls -CF";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
@ -3,6 +3,7 @@
|
|||||||
imports = [
|
imports = [
|
||||||
./android.nix
|
./android.nix
|
||||||
./base.nix
|
./base.nix
|
||||||
|
./ben.nix
|
||||||
./cache-server.nix
|
./cache-server.nix
|
||||||
./cache.nix
|
./cache.nix
|
||||||
./code.nix
|
./code.nix
|
||||||
|
Loading…
Reference in New Issue
Block a user