Removed legacy code.
This commit is contained in:
parent
c4008e190f
commit
c6ed9f0c5a
3 changed files with 23 additions and 41 deletions
|
|
@ -1,6 +1,27 @@
|
|||
{
|
||||
config,
|
||||
inputs,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
#./pointer.nix
|
||||
./stylix.nix
|
||||
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;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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