Add bunch more programs / services modularly
This commit is contained in:
5
system/app/launcher/dmenu.nix
Normal file
5
system/app/launcher/dmenu.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = [ pkgs.dmenu ];
|
||||
}
|
5
system/app/launcher/rofi.nix
Normal file
5
system/app/launcher/rofi.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = [ pkgs.rofi ];
|
||||
}
|
Reference in New Issue
Block a user