Reorganize for zfs
This commit is contained in:
parent
2933964680
commit
cfb48de40c
57 changed files with 817 additions and 492 deletions
14
configurations/openbox.nix
Normal file
14
configurations/openbox.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
imports = [ ./base-x.nix ];
|
||||
home-manager.users.charlotte = { pkgs, ... }: {
|
||||
xdg.configFile."openbox/rc.xml".source = ./openbox/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