add dura to universal, start on login
This commit is contained in:
parent
4123f8547c
commit
e60a3d3fc5
2 changed files with 12 additions and 0 deletions
11
nix/home/programs/dura/default.nix
Normal file
11
nix/home/programs/dura/default.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
with builtins; {
|
||||
home.packages = with pkgs; [
|
||||
dura
|
||||
];
|
||||
|
||||
programs.zsh.loginExtra = ''
|
||||
dura serve &
|
||||
'';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue