mirror of
https://github.com/genebean/dots.git
synced 2026-03-28 01:47:42 -04:00
Relocated & split up darwin & nixos modules
I broke out host specific bits from the configuration that should be common to all hosts of a given type.
This commit is contained in:
parent
7d7a958da9
commit
067ab7a012
10 changed files with 243 additions and 220 deletions
|
|
@ -1,4 +1,7 @@
|
|||
{ pkgs, ... }: {
|
||||
imports = [
|
||||
./dconf.nix
|
||||
];
|
||||
home.file = {
|
||||
".config/hypr/frappe.conf".source = (pkgs.fetchFromGitHub {
|
||||
owner = "catppuccin";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue