Working config for fw13 amd
This commit is contained in:
commit
b7147ec26e
49 changed files with 1812 additions and 0 deletions
BIN
home/style/background.png
Normal file
BIN
home/style/background.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 82 KiB |
6
home/style/default.nix
Normal file
6
home/style/default.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
imports = [
|
||||
#./pointer.nix
|
||||
./stylix.nix
|
||||
];
|
||||
}
|
||||
12
home/style/pointer.nix
Normal file
12
home/style/pointer.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# Migrated to stylix.
|
||||
#{pkgs, ...}: {
|
||||
# home.pointerCursor = {
|
||||
# gtk.enable = true;
|
||||
# x11.enable = true;
|
||||
#
|
||||
# name = "Bibata-Modern-Ice";
|
||||
# package = pkgs.bibata-cursors;
|
||||
# size = 21;
|
||||
# };
|
||||
|
||||
#}
|
||||
27
home/style/stylix.nix
Normal file
27
home/style/stylix.nix
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
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