cleanup
This commit is contained in:
parent
6b01afd9dd
commit
7271dbf2da
4 changed files with 5 additions and 22 deletions
6
flake.lock
generated
6
flake.lock
generated
|
@ -90,11 +90,11 @@
|
|||
"nixpkgs-stable": "nixpkgs-stable"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1750439346,
|
||||
"narHash": "sha256-qBAYx+elqqQDiAzUQQAmPJjmqiatJYxgTeGZlJH3fnI=",
|
||||
"lastModified": 1750443503,
|
||||
"narHash": "sha256-TVDR3EyVhOdgcWKhSa5tFqEKgCzRgADcfaThmimkIFw=",
|
||||
"owner": "nix-community",
|
||||
"repo": "emacs-overlay",
|
||||
"rev": "51a0c157c2556ce628cbc2e4b251570dae4df0af",
|
||||
"rev": "4b39688c50935c3b279f1443221573cd54698240",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
enable = true;
|
||||
extraBackends = [
|
||||
pkgs.hplipWithPlugin
|
||||
pkgs.sane-airscan
|
||||
# pkgs.sane-airscan
|
||||
pkgs.epkowa
|
||||
pkgs.utsushi
|
||||
];
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
pkgs.vial
|
||||
pkgs.ddcutil
|
||||
pkgs.game-devices-udev-rules
|
||||
pkgs.sane-airscan
|
||||
# pkgs.sane-airscan
|
||||
pkgs.utsushi
|
||||
pkgs.openrgb-with-all-plugins
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue