adding basic window manager stuff
and vscodium
This commit is contained in:
parent
cc7fd013b0
commit
e0a6580e64
7 changed files with 119 additions and 0 deletions
13
modules/window_manager/imports.nix
Normal file
13
modules/window_manager/imports.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./hyprland.nix
|
||||
./waybar.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue