mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
i3 service: added i3status and dmenu dependency
This commit is contained in:
parent
3b381d37ee
commit
0dd8e03308
@ -34,6 +34,6 @@ in
|
||||
'';
|
||||
}];
|
||||
};
|
||||
environment.systemPackages = [ pkgs.i3 ];
|
||||
environment.systemPackages = with pkgs; [ i3 i3status dmenu ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user