fucking(refactored): everything
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
_: {
|
||||
home: ./home.nix
|
||||
home = ./home.nix;
|
||||
# nixos: ./nixos.nix;
|
||||
}
|
||||
|
||||
@@ -1,6 +1,17 @@
|
||||
{ inputs, ... }:
|
||||
{
|
||||
services.dunst = {
|
||||
inputs,
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
let
|
||||
cfg = config.modules.theme;
|
||||
in
|
||||
{
|
||||
options.modules.theme = {
|
||||
enable = lib.mkEnableOption "theme";
|
||||
};
|
||||
config.services.dunst = lib.mkIf cfg.enable {
|
||||
settings = {
|
||||
global = {
|
||||
font = "Noto Nerd Font 8";
|
||||
|
||||
Reference in New Issue
Block a user