Establish baseline
This commit is contained in:
9
desktop-environment/window-manager.nix
Normal file
9
desktop-environment/window-manager.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ pkgs, lib, ... }:
|
||||
let
|
||||
profile = import ../profile.nix;
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
#./window-manager/${profile.interface}.nix
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user