mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
ghostty config
This commit is contained in:
parent
b47baa0473
commit
432bd906c7
6 changed files with 53 additions and 75 deletions
|
|
@ -1,16 +1,11 @@
|
|||
{pkgs, ...}: let
|
||||
ff_gnome_theme = pkgs.fetchFromGitHub {
|
||||
owner = "rafaelmardojai";
|
||||
repo = "firefox-gnome-theme";
|
||||
rev = "b655eaf16d4cbec9c3472f62eee285d4b419a808";
|
||||
hash = "sha256-UqYGTBgI5ypGh0Kf6zZjom/vABg7HQocB4gmxzl12uo=";
|
||||
};
|
||||
in {
|
||||
{pkgs, ...}: {
|
||||
imports = [
|
||||
../../home/common.nix
|
||||
|
||||
../../home/darkman.nix
|
||||
|
||||
../../modules/home/ghostty.nix
|
||||
|
||||
../../home/home-backup.nix
|
||||
../../home/gui.nix
|
||||
|
||||
|
|
@ -29,21 +24,9 @@ in {
|
|||
];
|
||||
|
||||
stateVersion = "23.11";
|
||||
|
||||
file.".mozilla/firefox/default/chrome/firefox-gnome-theme" = {
|
||||
source = ff_gnome_theme;
|
||||
recursive = true;
|
||||
};
|
||||
};
|
||||
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
profiles.default = {
|
||||
name = "default";
|
||||
userChrome = ''
|
||||
@import "firefox-gnome-theme/userChrome.css";
|
||||
@import "firefox-gnome-theme/theme/colors/dark.css";
|
||||
'';
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue