add desktop platform home
This commit is contained in:
parent
a598918c63
commit
16e314bd20
26 changed files with 2603 additions and 13 deletions
14
home/platforms/fabian@posixlycorrect/gui/default.nix
Normal file
14
home/platforms/fabian@posixlycorrect/gui/default.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
./autorandr.nix
|
||||
./fonts.nix
|
||||
./i3.nix
|
||||
./polybar.nix
|
||||
./startx.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue