mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Add cursor
This commit is contained in:
parent
d72b48750d
commit
86cf85a517
3 changed files with 8 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
||||||
options.mods.i3.enable = lib.mkEnableOption "enables i3";
|
options.mods.i3.enable = lib.mkEnableOption "enables i3";
|
||||||
|
|
||||||
config = lib.mkIf config.mods.i3.enable {
|
config = lib.mkIf config.mods.i3.enable {
|
||||||
|
services.unclutter.enable = true;
|
||||||
programs.rofi.enable = true;
|
programs.rofi.enable = true;
|
||||||
|
|
||||||
programs.i3status-rust = {
|
programs.i3status-rust = {
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
# boot.initrd.systemd.enable = true;
|
# boot.initrd.systemd.enable = true;
|
||||||
# boot.kernelParams = [ "quiet" ];
|
# boot.kernelParams = [ "quiet" ];
|
||||||
boot.loader = {
|
boot.loader = {
|
||||||
|
timeout = 0;
|
||||||
efi.canTouchEfiVariables = true;
|
efi.canTouchEfiVariables = true;
|
||||||
grub = {
|
grub = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
|
|
@ -21,6 +21,12 @@ in {
|
||||||
stylix.base16Scheme = cfg.scheme;
|
stylix.base16Scheme = cfg.scheme;
|
||||||
stylix.image = cfg.wallpaper;
|
stylix.image = cfg.wallpaper;
|
||||||
|
|
||||||
|
stylix.cursor = {
|
||||||
|
name = "phinger-cursors-light";
|
||||||
|
package = pkgs.phinger-cursors;
|
||||||
|
size = 16;
|
||||||
|
};
|
||||||
|
|
||||||
stylix.fonts = {
|
stylix.fonts = {
|
||||||
monospace = {
|
monospace = {
|
||||||
package = pkgs.mononoki;
|
package = pkgs.mononoki;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue