Skip to content
Snippets Groups Projects
Verified Commit 72774c27 authored by Jeffrey Phillips Freeman's avatar Jeffrey Phillips Freeman :boom:
Browse files

Got stylix back to working order

parent 1a2d9b4a
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,6 @@
../../pkgs/social_media
../../pkgs/virtualisation
../../pkgs/productivity
#../../pkgs/multimedia/stylix
../../pkgs/multimedia/stylix
];
}
......@@ -4,7 +4,6 @@
inputs = {
# Principle inputs
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
#nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05";
flake-parts.url = "github:hercules-ci/flake-parts";
home-manager.url = "github:nix-community/home-manager";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
......@@ -55,7 +54,7 @@
nixosConfigurations = {
apollo = self.lib.mkLinuxSystem {
imports = [
#stylix.nixosModules.stylix
stylix.nixosModules.stylix
self.nixosModules.home-manager
inputs.agenix.nixosModules.default
./config/apollo
......
scheme: "Mountain Gold"
author: "Jeffrey Phillips Freeman (https://JeffreyFreeman.me)"
base00: "121f32" #1
base08: "2e485f" #2
base0B: "5a7784" #3
base0A: "94b1b9" #4
base0D: "ee7a07" #5
base0E: "fffb01" #6
base0C: "c3af89" #7
base05: "c2bfac" #8
#base03: "010206" #9
base03: "777777" #9
base09: "23364e" #10
base01: "374d69" #11
base02: "40677d" #12
base04: "bd4b09" #13
base06: "cf9c43" #14
base0F: "4b3b2d" #15
base07: "818c86" #16
base00: "121f32"
base08: "2e485f"
base0B: "5a7784"
base0A: "94b1b9"
base0D: "ee7a07"
base0E: "fffb01"
base0C: "c3af89"
base05: "c2bfac"
#base03: "010206"
base03: "777777"
base09: "23364e"
base01: "374d69"
base02: "40677d"
base04: "bd4b09"
base06: "cf9c43"
base0F: "4b3b2d"
base07: "818c86"
......@@ -7,7 +7,7 @@ in
../common.nix
./config.nix
];
stylix.image = background;
#stylix.polarity = "dark";
......
......@@ -6,7 +6,7 @@ let
enable = true;
enableAutosuggestions = true;
enableCompletion = true;
enableSyntaxHighlighting = true;
syntaxHighlighting.enable = true;
enableVteIntegration = true;
history = {
expireDuplicatesFirst = false;
......
......@@ -12,7 +12,7 @@ let
};
cursor = { color = "002b36 93a1a1"; };
colors = {
alpha = 1;
#alpha = 1;
#background = "103c48";
background = "002B36";
foreground = "adbcbc";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment