feat(home/electra): add juju, sshuttle

This commit is contained in:
Gabriel Fontes
2024-08-27 11:29:12 -03:00
parent 5d95c30831
commit 4718ac2add
+6 -4
View File
@@ -1,6 +1,4 @@
{pkgs, lib, config, ...}: let
nixGL = pkgs.inputs.nix-gl.nixGLIntel;
in {
{pkgs, lib, config, ...}: {
imports = [
./global
./features/desktop/hyprland
@@ -8,7 +6,11 @@ in {
];
home.persistence."/persist/${config.home.homeDirectory}" = lib.mkForce {};
home.username = "gabriel";
home.packages = [nixGL];
home.packages = [
pkgs.inputs.nix-gl.nixGLIntel
pkgs.juju
pkgs.sshuttle
];
targets.genericLinux.enable = true;