chore: Fix spaceship config
This commit is contained in:
parent
850454a6c6
commit
98da22c22f
4 changed files with 35 additions and 21 deletions
14
nix/modules/hyprpaper_config.nix
Normal file
14
nix/modules/hyprpaper_config.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{ lib, ... }: {
|
||||
options.programs.hyprland = {
|
||||
hyprpaper = lib.mkOption {
|
||||
default = '''';
|
||||
example = ''
|
||||
hyprpaper stuff
|
||||
'';
|
||||
type = lib.types.lines;
|
||||
description = ''
|
||||
Extra settings for foo.
|
||||
'';
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue