Initial commit
This commit is contained in:
7
modules/features/keepmenu.nix
Normal file
7
modules/features/keepmenu.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ pkgs, inputs, ... }: {
|
||||
flake.nixosModules.keepmenu = {pkgs, ...}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
keepmenu
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user