This commit is contained in:
Matt Nish-Lapidus 2025-06-20 18:42:46 -04:00
parent 6b01afd9dd
commit 7271dbf2da
4 changed files with 5 additions and 22 deletions

View file

@ -28,7 +28,6 @@ in
(with pkgs; [
dconf
cifs-utils
sops
(btop.override { cudaSupport = true; rocmSupport = true; })
ispell
wordnet
@ -58,8 +57,6 @@ in
WINEFSYNC = 1;
PKG_CONFIG_PATH = "/home/emenel/.nix-profile/lib/pkgconfig:/home/emenel/.nix-profile/lib64/pkgconfig:/home/emenal/.nix-profile/share/pkgconfig";
GI_TYPELIB_PATH = "/run/current-system/sw/lib/girepository-1.0";
# BW_CLIENTID = "$(cat ${config.sops.secrets.bw_client_id.path}/bw_client_id)";
# BW_CLIENTSECRET = "$(cat ${config.sops.secrets.bw_api_key.path}/bw_api_key)";
NIXOS_OZONE_WL = "1";
GSK_RENDERER = "ngl";
MOZ_ENABLE_WAYLAND = 1;
@ -72,20 +69,6 @@ in
stateVersion = "25.05";
};
# sops = {
# age.keyFile = "/home/emenel/.config/sops/age/keys.txt"; # must have no password!
# defaultSopsFile = ./secrets.yaml;
# secrets = {
# bw_client_id = {};
# bw_api_key = {};
# ssh_key = {};
# borg_url = {};
# icloud = {};
# };
# };
programs = {
home-manager.enable = true;