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"
|
"nixpkgs-stable": "nixpkgs-stable"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1750439346,
|
"lastModified": 1750443503,
|
||||||
"narHash": "sha256-qBAYx+elqqQDiAzUQQAmPJjmqiatJYxgTeGZlJH3fnI=",
|
"narHash": "sha256-TVDR3EyVhOdgcWKhSa5tFqEKgCzRgADcfaThmimkIFw=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "emacs-overlay",
|
"repo": "emacs-overlay",
|
||||||
"rev": "51a0c157c2556ce628cbc2e4b251570dae4df0af",
|
"rev": "4b39688c50935c3b279f1443221573cd54698240",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -28,7 +28,6 @@ in
|
||||||
(with pkgs; [
|
(with pkgs; [
|
||||||
dconf
|
dconf
|
||||||
cifs-utils
|
cifs-utils
|
||||||
sops
|
|
||||||
(btop.override { cudaSupport = true; rocmSupport = true; })
|
(btop.override { cudaSupport = true; rocmSupport = true; })
|
||||||
ispell
|
ispell
|
||||||
wordnet
|
wordnet
|
||||||
|
@ -58,8 +57,6 @@ in
|
||||||
WINEFSYNC = 1;
|
WINEFSYNC = 1;
|
||||||
PKG_CONFIG_PATH = "/home/emenel/.nix-profile/lib/pkgconfig:/home/emenel/.nix-profile/lib64/pkgconfig:/home/emenal/.nix-profile/share/pkgconfig";
|
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";
|
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";
|
NIXOS_OZONE_WL = "1";
|
||||||
GSK_RENDERER = "ngl";
|
GSK_RENDERER = "ngl";
|
||||||
MOZ_ENABLE_WAYLAND = 1;
|
MOZ_ENABLE_WAYLAND = 1;
|
||||||
|
@ -72,20 +69,6 @@ in
|
||||||
stateVersion = "25.05";
|
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 = {
|
programs = {
|
||||||
home-manager.enable = true;
|
home-manager.enable = true;
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
extraBackends = [
|
extraBackends = [
|
||||||
pkgs.hplipWithPlugin
|
pkgs.hplipWithPlugin
|
||||||
pkgs.sane-airscan
|
# pkgs.sane-airscan
|
||||||
pkgs.epkowa
|
pkgs.epkowa
|
||||||
pkgs.utsushi
|
pkgs.utsushi
|
||||||
];
|
];
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
pkgs.vial
|
pkgs.vial
|
||||||
pkgs.ddcutil
|
pkgs.ddcutil
|
||||||
pkgs.game-devices-udev-rules
|
pkgs.game-devices-udev-rules
|
||||||
pkgs.sane-airscan
|
# pkgs.sane-airscan
|
||||||
pkgs.utsushi
|
pkgs.utsushi
|
||||||
pkgs.openrgb-with-all-plugins
|
pkgs.openrgb-with-all-plugins
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue