feat: add rofi, fonts, dunst config, gtk theme
This commit is contained in:
@@ -12,6 +12,8 @@
|
||||
mantle.inputs.nixpkgs.follows = "nixpkgs";
|
||||
rokit.url = "github:rocketcamel/rokit-nix";
|
||||
rokit.inputs.nixpkgs.follows = "nixpkgs";
|
||||
custom-fonts.url = "path:./fonts";
|
||||
custom-fonts.inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
outputs =
|
||||
@@ -71,6 +73,9 @@
|
||||
inputs.mantle.packages.${host.architecture}.default
|
||||
inputs.rokit.packages.${host.architecture}.default
|
||||
];
|
||||
fonts.packages = [
|
||||
inputs.custom-fonts.packages.${host.architecture}.default
|
||||
];
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user