s-e: add emotes
This commit is contained in:
parent
70a3dcd2b1
commit
6c4375400b
5 changed files with 34 additions and 9 deletions
21
flake.lock
generated
21
flake.lock
generated
|
@ -83,6 +83,26 @@
|
||||||
"url": "https://codeberg.org/noe/doll.repair"
|
"url": "https://codeberg.org/noe/doll.repair"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"fedi-emotes": {
|
||||||
|
"inputs": {
|
||||||
|
"nixpkgs": [
|
||||||
|
"nixpkgs"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"locked": {
|
||||||
|
"lastModified": 1713648847,
|
||||||
|
"narHash": "sha256-1nlurboQP8OH8ja4k4tH/l6ViJ49oehlA+xjxmzgV68=",
|
||||||
|
"ref": "refs/heads/main",
|
||||||
|
"rev": "1518968e7bdb99376b08885a19fb08bd27d32861",
|
||||||
|
"revCount": 2,
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://git.sapphic.engineer/noe/emotes"
|
||||||
|
},
|
||||||
|
"original": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://git.sapphic.engineer/noe/emotes"
|
||||||
|
}
|
||||||
|
},
|
||||||
"flake-compat": {
|
"flake-compat": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1688025799,
|
"lastModified": 1688025799,
|
||||||
|
@ -626,6 +646,7 @@
|
||||||
"apple-silicon": "apple-silicon",
|
"apple-silicon": "apple-silicon",
|
||||||
"darwin": "darwin",
|
"darwin": "darwin",
|
||||||
"doll-repair": "doll-repair",
|
"doll-repair": "doll-repair",
|
||||||
|
"fedi-emotes": "fedi-emotes",
|
||||||
"home-manager": "home-manager",
|
"home-manager": "home-manager",
|
||||||
"iceshrimp": "iceshrimp",
|
"iceshrimp": "iceshrimp",
|
||||||
"iceshrimp-withdrawal": "iceshrimp-withdrawal",
|
"iceshrimp-withdrawal": "iceshrimp-withdrawal",
|
||||||
|
|
|
@ -58,10 +58,10 @@
|
||||||
url = "git+https://git.sapphic.engineer/noe/tachikoma";
|
url = "git+https://git.sapphic.engineer/noe/tachikoma";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
# fedi-emotes = {
|
fedi-emotes = {
|
||||||
# url = "git+https://git.sapphic.engineer/noe/emotes";
|
url = "git+https://git.sapphic.engineer/noe/emotes";
|
||||||
# inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
# };
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
nixConfig = {
|
nixConfig = {
|
||||||
|
|
|
@ -8,6 +8,9 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
services.displayManager = {
|
services.displayManager = {
|
||||||
sddm.enable = true;
|
sddm = {
|
||||||
|
enable = true;
|
||||||
|
wayland.enable = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -11,6 +11,7 @@
|
||||||
../../features/tailscale.nix
|
../../features/tailscale.nix
|
||||||
../../features/bluetooth.nix
|
../../features/bluetooth.nix
|
||||||
../../features/telemetry
|
../../features/telemetry
|
||||||
|
../../features/dns-cache.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
home-manager.users.noe = import ../../../home-manager/noe/hosts/cider.nix;
|
home-manager.users.noe = import ../../../home-manager/noe/hosts/cider.nix;
|
||||||
|
|
|
@ -5,10 +5,10 @@
|
||||||
};
|
};
|
||||||
secrets = keys: builtins.listToAttrs (map (name: nameValuePair name defaultSecret) keys);
|
secrets = keys: builtins.listToAttrs (map (name: nameValuePair name defaultSecret) keys);
|
||||||
secretRef = key: { _secret = config.sops.secrets.${key}.path; };
|
secretRef = key: { _secret = config.sops.secrets.${key}.path; };
|
||||||
# fediEmotes = inputs.fedi-emotes.packages.${pkgs.system};
|
fediEmotes = inputs.fedi-emotes.packages.${pkgs.system};
|
||||||
in {
|
in {
|
||||||
imports = [
|
imports = [
|
||||||
inputs.tachikoma.nixosModules.default
|
# inputs.tachikoma.nixosModules.default
|
||||||
];
|
];
|
||||||
|
|
||||||
sops.secrets = secrets [
|
sops.secrets = secrets [
|
||||||
|
@ -185,8 +185,8 @@ in {
|
||||||
# '';
|
# '';
|
||||||
# };
|
# };
|
||||||
"emoji/blobs.gg" = pkgs.akkoma-emoji.blobs_gg;
|
"emoji/blobs.gg" = pkgs.akkoma-emoji.blobs_gg;
|
||||||
# "emoji/hearts" = fediEmotes.lightrunner-custom.hearts;
|
"emoji/hearts" = fediEmotes.lightrunner-custom.hearts;
|
||||||
# "emoji/anime" = fediEmotes.lightrunner-custom.anime;
|
"emoji/anime" = fediEmotes.lightrunner-custom.anime;
|
||||||
# "emoji/blobfox" = fediEmotes.volpeon.blobfox;
|
# "emoji/blobfox" = fediEmotes.volpeon.blobfox;
|
||||||
# "emoji/neocat" = fediEmotes.volpeon.neocat;
|
# "emoji/neocat" = fediEmotes.volpeon.neocat;
|
||||||
"static/terms-of-service.html" = pkgs.writeText "terms-of-service.html" ''
|
"static/terms-of-service.html" = pkgs.writeText "terms-of-service.html" ''
|
||||||
|
|
Loading…
Add table
Reference in a new issue