refactor(darwin,nixos): simplify module imports and theme configs
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{
|
||||
lib,
|
||||
pkgs,
|
||||
device,
|
||||
inputs,
|
||||
@@ -9,13 +10,13 @@
|
||||
# enable = false;
|
||||
font = {
|
||||
# name = "FiraCode Nerd Font Mono";
|
||||
name = "Hasklug Nerd Font Mono";
|
||||
# name = "Hasklug Nerd Font Mono";
|
||||
# name = "Monaspace Krypton Var Light";
|
||||
size = 13;
|
||||
size = lib.mkDefault 13;
|
||||
};
|
||||
settings = {
|
||||
background_opacity = "0.8";
|
||||
background = "#000000";
|
||||
background_opacity = lib.mkDefault "0.8";
|
||||
background = lib.mkDefault "#000000";
|
||||
shell = "${pkgs.fish}/bin/fish";
|
||||
hide_window_decorations = "yes";
|
||||
cursor_trail = 1;
|
||||
|
||||
Reference in New Issue
Block a user