fix: devenv and stylix
This commit is contained in:
parent
187e22ee40
commit
4cc235b7db
5 changed files with 104 additions and 70 deletions
|
|
@ -72,6 +72,7 @@
|
|||
base16Scheme = "${pkgs.base16-schemes}/share/themes/tokyo-night-terminal-storm.yaml";
|
||||
image = ./wallpaper.jpg;
|
||||
autoEnable = true;
|
||||
enable = true;
|
||||
|
||||
opacity.terminal = 1.0;
|
||||
fonts.sizes.terminal = 15;
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
../modules/hyprland.nix
|
||||
../modules/common-gui.nix
|
||||
../modules/linux-gui.nix
|
||||
# ../modules/devenv.nix
|
||||
../modules/devenv.nix
|
||||
../modules/gh-dash.nix
|
||||
../modules/ssh.nix
|
||||
../modules/obsidian.nix
|
||||
|
|
@ -72,6 +72,7 @@
|
|||
base16Scheme = "${pkgs.base16-schemes}/share/themes/tokyo-night-terminal-storm.yaml";
|
||||
image = ./wallpaper.jpg;
|
||||
autoEnable = true;
|
||||
enable = true;
|
||||
|
||||
opacity.terminal = 1.0;
|
||||
fonts.sizes.terminal = 20;
|
||||
|
|
|
|||
|
|
@ -7,7 +7,8 @@
|
|||
}: {
|
||||
home.packages = with pkgs; [
|
||||
cachix
|
||||
inputs.devenv.packages.${system}.devenv
|
||||
# inputs.devenv.packages.${system}.devenv
|
||||
devenv
|
||||
];
|
||||
|
||||
programs.direnv.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue