hoe manager
This commit is contained in:
parent
bfbc64b611
commit
f266f8a8ee
14 changed files with 154 additions and 29 deletions
|
|
@ -7,7 +7,8 @@
|
|||
|
||||
{
|
||||
imports = [
|
||||
./hyprland.nix
|
||||
./waybar.nix
|
||||
./window_manager.nix
|
||||
./launcher.nix
|
||||
./bar.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
9
modules/window_manager/launcher.nix
Normal file
9
modules/window_manager/launcher.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
environment = {
|
||||
systemPackages = with pkgs; [
|
||||
rofi
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue