refactor(home): organize home manager modules
This commit is contained in:
7
home/modules/bruno/default.nix
Normal file
7
home/modules/bruno/default.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
config = {
|
||||
home.packages = [ (config.nixgl.wrap (config.wrapApp pkgs.bruno "--no-sandbox")) ];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user