Skip to content

Commit

Permalink
stylix: use release-24.05
Browse files Browse the repository at this point in the history
  • Loading branch information
adomixaszvers committed Jun 12, 2024
1 parent 0b049f2 commit fb6b2e9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
8 changes: 4 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};
stylix = {
url = "github:danth/stylix/master";
url = "github:danth/stylix/release-24.05";
inputs = {
flake-compat.follows = "flake-compat";
home-manager.follows = "home-manager";
Expand Down
1 change: 1 addition & 0 deletions profiles/t14.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
# network-manager-applet.enable = false;
# udiskie.enable = false;
# };
stylix.enable = true;
xresources.properties = let dpi = 120;
in {
"Xft.dpi" = dpi;
Expand Down
1 change: 1 addition & 0 deletions profiles/work-common.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{ pkgs, unstable, lib, myPkgs, config, inputs, ... }: {
imports = [ ./common.nix ./wm/xrdp.nix ./work/kerberos.nix ];
gui.thermal-zone = 1;
stylix.enable = true;
home = {
file = {
"jdks/openjdk8".source = pkgs.openjdk8;
Expand Down

0 comments on commit fb6b2e9

Please sign in to comment.