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 {
|
"tyler.mayoff@MAC-C57KK2TC69" = home-manager.lib.homeManagerConfiguration {
|
||||||
pkgs = allPkgs."aarch64-darwin";
|
pkgs = allPkgs."aarch64-darwin";
|
||||||
extraSpecialArgs = {inherit inputs outputs;};
|
extraSpecialArgs = {inherit inputs outputs;};
|
||||||
modules = [./home/hinge/hinge.nix];
|
modules = [stylix.homeManagerModules.stylix ./home/hinge/hinge.nix];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -127,6 +127,7 @@
|
||||||
|
|
||||||
programs.zellij = {
|
programs.zellij = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
package = pkgs.unstable.zellij;
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.starship = {
|
programs.starship = {
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,7 @@
|
||||||
# mac-app-util = import mac-app-util-src {};
|
# mac-app-util = import mac-app-util-src {};
|
||||||
in rec {
|
in rec {
|
||||||
imports = [
|
imports = [
|
||||||
|
../stylix.nix
|
||||||
../common.nix
|
../common.nix
|
||||||
../kitty.nix
|
../kitty.nix
|
||||||
# mac-app-util.homeManagerModules.default
|
# mac-app-util.homeManagerModules.default
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{pkgs, ...}: let
|
{pkgs, ...}: let
|
||||||
theme = "${pkgs.base16-schemes}/share/themes/catppuccin-macchiato.yaml";
|
theme = "${pkgs.base16-schemes}/share/themes/catppuccin-latte.yaml";
|
||||||
in {
|
in {
|
||||||
stylix = {
|
stylix = {
|
||||||
image = pkgs.fetchurl {
|
image = pkgs.fetchurl {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue