mirror of
https://github.com/ellmau/nixos.git
synced 2025-12-19 09:29:36 +01:00
ADD go
This commit is contained in:
parent
877e1cbd97
commit
7c6d489d26
@ -21,6 +21,7 @@ in
|
||||
./nextcloud.nix
|
||||
./polybar.nix
|
||||
./zsh.nix
|
||||
./go.nix
|
||||
];
|
||||
|
||||
home-manager.users.ellmau = {
|
||||
|
||||
4
users/ellmau/go.nix
Normal file
4
users/ellmau/go.nix
Normal file
@ -0,0 +1,4 @@
|
||||
{config, pkgs, lib, ...}:
|
||||
{
|
||||
home-manager.users.ellmau.programs.go.enable = true;
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user