mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
pay-respects
This commit is contained in:
parent
94cb16f4a8
commit
a0703547e6
3 changed files with 19 additions and 7 deletions
|
|
@ -1,4 +1,11 @@
|
|||
{pkgs, ...}: {
|
||||
{pkgs, ...}: let
|
||||
ff_gnome_theme = pkgs.fetchFromGitHub {
|
||||
owner = "rafaelmardojai";
|
||||
repo = "firefox-gnome-theme";
|
||||
rev = "b655eaf16d4cbec9c3472f62eee285d4b419a808";
|
||||
hash = "sha256-UqYGTBgI5ypGh0Kf6zZjom/vABg7HQocB4gmxzl12uo=";
|
||||
};
|
||||
in {
|
||||
imports = [
|
||||
../../home/common.nix
|
||||
|
||||
|
|
@ -13,6 +20,14 @@
|
|||
../../home/helide
|
||||
];
|
||||
|
||||
programs.firefox = {
|
||||
profiles.tyler = {
|
||||
userChrome = builtins.readFile (ff_gnome_theme + "/userChrome.css");
|
||||
userContent = builtins.readFile (ff_gnome_theme + "/userContent.css");
|
||||
extraConfig = builtins.readFile (ff_gnome_theme + "/configuration/user.js");
|
||||
};
|
||||
};
|
||||
|
||||
home = {
|
||||
username = "tyler";
|
||||
homeDirectory = "/home/tyler";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue