Fix home manager modules issues + update Odin
This commit is contained in:
parent
7d46411265
commit
35a3d8cc4e
6 changed files with 29 additions and 23 deletions
|
|
@ -16,7 +16,7 @@ let
|
|||
})
|
||||
] ++ [
|
||||
# editorconfig-core-c
|
||||
python3.pkgs.editorconfig
|
||||
# python3.pkgs.editorconfig # TODO: fix dependencies
|
||||
] ++ (
|
||||
lib.optionals (pkgs.devEnvironment.enableCpp) [
|
||||
clang-tools
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
programs.man = {
|
||||
enable = true;
|
||||
generateCaches = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -15,21 +15,21 @@ in
|
|||
carla
|
||||
rnnoise
|
||||
cardinal
|
||||
ardour
|
||||
# ardour
|
||||
|
||||
# Plugins
|
||||
artyFX
|
||||
geonkick
|
||||
lsp-plugins
|
||||
boops
|
||||
# artyFX
|
||||
# geonkick
|
||||
# lsp-plugins
|
||||
# boops
|
||||
|
||||
# noise-repellent
|
||||
speech-denoiser
|
||||
stochas
|
||||
surge
|
||||
talentedhack
|
||||
tunefish
|
||||
x42-plugins
|
||||
# speech-denoiser
|
||||
# stochas
|
||||
# surge
|
||||
# talentedhack
|
||||
# tunefish
|
||||
# x42-plugins
|
||||
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -87,6 +87,8 @@
|
|||
drivers = with pkgs; [ gutenprint cups-kyocera ];
|
||||
};
|
||||
|
||||
services.fwupd.enable = true;
|
||||
|
||||
# Enable sound.
|
||||
# PULSE
|
||||
# sound.enable = true;
|
||||
|
|
@ -190,10 +192,10 @@
|
|||
services.smartd = { enable = true; notifications.x11.enable = true; };
|
||||
|
||||
# FPRINTD
|
||||
services.fprintd = {
|
||||
enable = true;
|
||||
tod = { enable = true; driver = pkgs.libfprint-2-tod1-goodix; };
|
||||
};
|
||||
# services.fprintd = {
|
||||
# enable = true;
|
||||
# tod = { enable = true; driver = pkgs.libfprint-2-tod1-goodix; };
|
||||
# };
|
||||
security.pam.services.login.fprintAuth = true;
|
||||
security.pam.services.xscreensaver.fprintAuth = true;
|
||||
|
||||
|
|
@ -207,11 +209,11 @@
|
|||
|
||||
# Virtualisation
|
||||
virtualisation = {
|
||||
docker.enable = true;
|
||||
kvmgt.enable = true;
|
||||
libvirtd.enable = true;
|
||||
podman.enable = true;
|
||||
virtualbox.host.enable = true;
|
||||
docker.enable = true;
|
||||
};
|
||||
|
||||
# Allow completion for system packages
|
||||
|
|
|
|||
|
|
@ -13,11 +13,12 @@
|
|||
|
||||
hardware.cpu.intel.updateMicrocode = config.hardware.enableRedistributableFirmware;
|
||||
|
||||
hardware.opengl.enable = true;
|
||||
hardware.opengl.extraPackages = with pkgs; [
|
||||
intel-media-driver
|
||||
vaapiIntel
|
||||
vaapiVdpau
|
||||
libvdpau-va-gl
|
||||
intel-media-driver
|
||||
];
|
||||
|
||||
services.xserver = {
|
||||
|
|
|
|||
12
odin.nix
12
odin.nix
|
|
@ -55,6 +55,7 @@
|
|||
file
|
||||
firefox
|
||||
# gallery-dl
|
||||
glab
|
||||
gnome.dconf-editor
|
||||
gnome.eog
|
||||
gnome.evince
|
||||
|
|
@ -115,6 +116,7 @@
|
|||
yq
|
||||
zoom-us
|
||||
zotero
|
||||
|
||||
];
|
||||
};
|
||||
|
||||
|
|
@ -148,11 +150,11 @@
|
|||
./modules/libinput-gestures.nix
|
||||
# ./modules/lorri.nix
|
||||
./modules/man.nix
|
||||
./modules/mangohud.nix
|
||||
./modules/megasync.nix
|
||||
./modules/nix-index.nix
|
||||
./modules/noti.nix
|
||||
# ./modules/obs-studio.nix
|
||||
# ./modules/mangohud.nix
|
||||
# ./modules/megasync.nix
|
||||
# ./modules/nix-index.nix
|
||||
# ./modules/noti.nix
|
||||
./modules/obs-studio.nix
|
||||
./modules/office.nix
|
||||
./modules/onedrive.nix
|
||||
# ./modules/picom.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue