Initial commit
This commit is contained in:
9
modules/features/rofi.nix
Normal file
9
modules/features/rofi.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ inputs, lib, self, ... }: {
|
||||
flake.nixosModules.rofi = { pkgs, ... }: let
|
||||
selfpkgs = self.packages."${pkgs.stdenv.hostPlatform.system}";
|
||||
in {
|
||||
environment.systemPackages = [
|
||||
pkgs.rofi
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user