Removed legacy code.
This commit is contained in:
parent
ca1e8b68d3
commit
63da28386c
3 changed files with 23 additions and 41 deletions
|
|
@ -1,6 +1,27 @@
|
||||||
{
|
{
|
||||||
|
config,
|
||||||
|
inputs,
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
imports = [
|
imports = [
|
||||||
#./pointer.nix
|
inputs.stylix.homeManagerModules.stylix
|
||||||
./stylix.nix
|
|
||||||
];
|
];
|
||||||
|
|
||||||
|
stylix = {
|
||||||
|
enable = true;
|
||||||
|
polarity = "dark";
|
||||||
|
cursor = {
|
||||||
|
package = pkgs.bibata-cursors;
|
||||||
|
name = "Bibata-Modern-Ice";
|
||||||
|
size = 21;
|
||||||
|
};
|
||||||
|
fonts.monospace = {
|
||||||
|
name = "DejaVuSansMNerdFontMono-Regular";
|
||||||
|
package = pkgs.nerd-fonts.dejavu-sans-mono;
|
||||||
|
};
|
||||||
|
|
||||||
|
# base16Scheme = "${pkgs.base16-schemes}/share/themes/catppuccin-frappe.yaml";
|
||||||
|
image = ./background.png;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,12 +0,0 @@
|
||||||
# Migrated to stylix.
|
|
||||||
#{pkgs, ...}: {
|
|
||||||
# home.pointerCursor = {
|
|
||||||
# gtk.enable = true;
|
|
||||||
# x11.enable = true;
|
|
||||||
#
|
|
||||||
# name = "Bibata-Modern-Ice";
|
|
||||||
# package = pkgs.bibata-cursors;
|
|
||||||
# size = 21;
|
|
||||||
# };
|
|
||||||
|
|
||||||
#}
|
|
||||||
|
|
@ -1,27 +0,0 @@
|
||||||
{
|
|
||||||
config,
|
|
||||||
inputs,
|
|
||||||
pkgs,
|
|
||||||
...
|
|
||||||
}: {
|
|
||||||
imports = [
|
|
||||||
inputs.stylix.homeManagerModules.stylix
|
|
||||||
];
|
|
||||||
|
|
||||||
stylix = {
|
|
||||||
enable = true;
|
|
||||||
polarity = "dark";
|
|
||||||
cursor = {
|
|
||||||
package = pkgs.bibata-cursors;
|
|
||||||
name = "Bibata-Modern-Ice";
|
|
||||||
size = 21;
|
|
||||||
};
|
|
||||||
fonts.monospace = {
|
|
||||||
name = "DejaVuSansMNerdFontMono-Regular";
|
|
||||||
package = pkgs.nerd-fonts.dejavu-sans-mono;
|
|
||||||
};
|
|
||||||
|
|
||||||
# base16Scheme = "${pkgs.base16-schemes}/share/themes/catppuccin-frappe.yaml";
|
|
||||||
image = ./background.png;
|
|
||||||
};
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue