mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
helix overlay
This commit is contained in:
parent
60ec6a3487
commit
9752fdeecb
8 changed files with 132 additions and 100 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{...}: {
|
||||
{pkgs, ...}: {
|
||||
imports = [
|
||||
../../home/common.nix
|
||||
|
||||
|
|
@ -17,7 +17,8 @@
|
|||
username = "tyler";
|
||||
homeDirectory = "/home/tyler";
|
||||
|
||||
packages = [
|
||||
packages = with pkgs; [
|
||||
godot
|
||||
];
|
||||
|
||||
stateVersion = "23.11";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue