feat: some changes
blender: added CUDA support documentation: enabled development (kernel) documentation
This commit is contained in:
parent
05e141db88
commit
32e62e90f3
2 changed files with 13 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
config,
|
config,
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
globalOpacity = 1.0;
|
globalOpacity = 0.75;
|
||||||
in {
|
in {
|
||||||
stylix = {
|
stylix = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -22,6 +22,7 @@
|
||||||
GDK_SCALE = config.displayScale;
|
GDK_SCALE = config.displayScale;
|
||||||
FLAKE = config.myConfigLocation;
|
FLAKE = config.myConfigLocation;
|
||||||
MANPAGER = "nvim +Man!";
|
MANPAGER = "nvim +Man!";
|
||||||
|
NVD_BACKEND = "direct";
|
||||||
# GTK_IM_MODULE = lib.mkForce "";
|
# GTK_IM_MODULE = lib.mkForce "";
|
||||||
};
|
};
|
||||||
services.pcscd.enable = true;
|
services.pcscd.enable = true;
|
||||||
|
@ -104,14 +105,24 @@
|
||||||
kernelPackages = pkgs.linuxPackages_zen;
|
kernelPackages = pkgs.linuxPackages_zen;
|
||||||
supportedFilesystems = ["ntfs"];
|
supportedFilesystems = ["ntfs"];
|
||||||
};
|
};
|
||||||
|
documentation = {
|
||||||
|
enable = true;
|
||||||
|
dev.enable = true;
|
||||||
|
doc.enable = true;
|
||||||
|
man.enable = true;
|
||||||
|
};
|
||||||
security.polkit.enable = true;
|
security.polkit.enable = true;
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
man-pages-posix
|
||||||
|
man-pages
|
||||||
(pass-wayland.withExtensions (exts: [exts.pass-otp exts.pass-import]))
|
(pass-wayland.withExtensions (exts: [exts.pass-otp exts.pass-import]))
|
||||||
gparted
|
gparted
|
||||||
zed-editor
|
zed-editor
|
||||||
libsForQt5.qt5.qtquickcontrols2
|
libsForQt5.qt5.qtquickcontrols2
|
||||||
libsForQt5.qt5.qtgraphicaleffects
|
libsForQt5.qt5.qtgraphicaleffects
|
||||||
blender
|
(blender.override {
|
||||||
|
cudaSupport = true;
|
||||||
|
})
|
||||||
trash-cli
|
trash-cli
|
||||||
#inputs.hyprswitch.packages.x86_64-linux.default
|
#inputs.hyprswitch.packages.x86_64-linux.default
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue