7 Commits
e0b4c7d479
...
a43de1e8ff
Author | SHA1 | Message | Date |
---|---|---|---|
Christopher James Hayward |
a43de1e8ff
|
Add relative line numbering
|
12 months ago |
Christopher James Hayward |
9f36047b63
|
Remove godot module
|
12 months ago |
Christopher James Hayward |
3a1fd591cb
|
Remove godot module
|
12 months ago |
Christopher James Hayward |
4eaaa45748
|
Update naming conventions for 23.05
|
12 months ago |
Christopher James Hayward |
0e2101c1d6
|
Fix mu4e
|
12 months ago |
Christopher James Hayward |
21ca00886d
|
Delete godot module
|
12 months ago |
Christopher James Hayward |
3741cdb378
|
Update lock file -> Version bump
|
12 months ago |
7 changed files with 53 additions and 145 deletions
-
110README.org
-
56flake.lock
-
1flake.nix
-
1hosts/nixos/default.nix
-
2modules/emacs.nix
-
26modules/godot.nix
-
2modules/x11.nix
@ -1,26 +0,0 @@ |
|||
# This file is controlled by /etc/dotfiles/README.org |
|||
{ config, options, lib, pkgs, ... }: |
|||
|
|||
with lib; |
|||
with lib.types; |
|||
let |
|||
cfg = config.modules.godot; |
|||
|
|||
in { |
|||
options.modules.godot = { |
|||
enable = mkOption { |
|||
type = bool; |
|||
default = false; |
|||
}; |
|||
}; |
|||
|
|||
config = mkIf cfg.enable { |
|||
environment.systemPackages = [ |
|||
pkgs.tiled |
|||
pkgs.godot |
|||
pkgs.godot-server |
|||
pkgs.godot-headless |
|||
pkgs.gdtoolkit |
|||
]; |
|||
}; |
|||
} |
Write
Preview
Loading…
Cancel
Save
Reference in new issue