mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
Added stylix to hinge laptop
This commit is contained in:
parent
c97591361a
commit
fa5397e11a
4 changed files with 4 additions and 2 deletions
|
|
@ -73,7 +73,7 @@
|
|||
"tyler.mayoff@MAC-C57KK2TC69" = home-manager.lib.homeManagerConfiguration {
|
||||
pkgs = allPkgs."aarch64-darwin";
|
||||
extraSpecialArgs = {inherit inputs outputs;};
|
||||
modules = [./home/hinge/hinge.nix];
|
||||
modules = [stylix.homeManagerModules.stylix ./home/hinge/hinge.nix];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -127,6 +127,7 @@
|
|||
|
||||
programs.zellij = {
|
||||
enable = true;
|
||||
package = pkgs.unstable.zellij;
|
||||
};
|
||||
|
||||
programs.starship = {
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@
|
|||
# mac-app-util = import mac-app-util-src {};
|
||||
in rec {
|
||||
imports = [
|
||||
../stylix.nix
|
||||
../common.nix
|
||||
../kitty.nix
|
||||
# mac-app-util.homeManagerModules.default
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{pkgs, ...}: let
|
||||
theme = "${pkgs.base16-schemes}/share/themes/catppuccin-macchiato.yaml";
|
||||
theme = "${pkgs.base16-schemes}/share/themes/catppuccin-latte.yaml";
|
||||
in {
|
||||
stylix = {
|
||||
image = pkgs.fetchurl {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue