Add a simple openbox config
This commit is contained in:
parent
1d224d3ab6
commit
8fe690614e
5 changed files with 762 additions and 17 deletions
14
programs/openbox/default.nix
Normal file
14
programs/openbox/default.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
imports = [ ../base-x/default.nix ];
|
||||
home-manager.users.charlotte = { pkgs, ... }: {
|
||||
xdg.configFile."openbox/rc.xml".source = ./rc.xml;
|
||||
xsession = {
|
||||
windowManager.command = "${pkgs.openbox}/bin/openbox";
|
||||
initExtra = ''
|
||||
${pkgs.tint2}/bin/tint2 &
|
||||
'';
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue