Update for NixOS 23.11
This commit is contained in:
@ -448,7 +448,7 @@ rec {
|
|||||||
# Media
|
# Media
|
||||||
wacomtablet
|
wacomtablet
|
||||||
# blender
|
# blender
|
||||||
godot
|
godot_4
|
||||||
obs-studio
|
obs-studio
|
||||||
# vlc # Addition to mpv without any shaders etc
|
# vlc # Addition to mpv without any shaders etc
|
||||||
kdenlive
|
kdenlive
|
||||||
@ -463,10 +463,10 @@ rec {
|
|||||||
cachix
|
cachix
|
||||||
|
|
||||||
# Generate documentation
|
# Generate documentation
|
||||||
modules-options-doc
|
# modules-options-doc # TODO: Deprecated, needs update at 24.05
|
||||||
];
|
];
|
||||||
|
|
||||||
home.file.".options-doc".source = "${pkgs.modules-options-doc}";
|
# home.file.".options-doc".source = "${pkgs.modules-options-doc}";
|
||||||
|
|
||||||
# Packages with extra options managed by HomeManager natively
|
# Packages with extra options managed by HomeManager natively
|
||||||
programs = {
|
programs = {
|
||||||
|
@ -40,7 +40,6 @@ with mylib.networking; {
|
|||||||
];
|
];
|
||||||
allowedUDPPorts = [
|
allowedUDPPorts = [
|
||||||
9918 # Wireguard
|
9918 # Wireguard
|
||||||
18000 # Anno 1800
|
|
||||||
24727 # AusweisApp2
|
24727 # AusweisApp2
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
@ -50,8 +49,8 @@ with mylib.networking; {
|
|||||||
"192.168.86.42" = ["nixinator"];
|
"192.168.86.42" = ["nixinator"];
|
||||||
"192.168.86.69" = ["proxmox"];
|
"192.168.86.69" = ["proxmox"];
|
||||||
"192.168.86.100" = ["truenas"];
|
"192.168.86.100" = ["truenas"];
|
||||||
"192.168.86.101" = ["servenix"];
|
"192.168.86.102" = ["opnsense"];
|
||||||
"192.168.86.102" = ["portainer"];
|
"192.168.86.105" = ["servenix"];
|
||||||
};
|
};
|
||||||
|
|
||||||
# Enable flakes
|
# Enable flakes
|
||||||
@ -183,7 +182,7 @@ with mylib.networking; {
|
|||||||
|
|
||||||
programs.hyprland = {
|
programs.hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
nvidiaPatches = false;
|
enableNvidiaPatches = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
# XDG
|
# XDG
|
||||||
@ -265,12 +264,12 @@ with mylib.networking; {
|
|||||||
};
|
};
|
||||||
|
|
||||||
fonts = {
|
fonts = {
|
||||||
enableDefaultFonts = true; # Some default fonts for unicode coverage
|
enableDefaultPackages = true; # Some default fonts for unicode coverage
|
||||||
fontDir.enable = true; # Puts fonts to /run/current-system/sw/share/X11/fonts
|
fontDir.enable = true; # Puts fonts to /run/current-system/sw/share/X11/fonts
|
||||||
|
|
||||||
# Font packages go here
|
# Font packages go here
|
||||||
# NOTE: Don't do this with HomeManager as I need the fonts in the fontdir for flatpak apps
|
# NOTE: Don't do this with HomeManager as I need the fonts in the fontdir for flatpak apps
|
||||||
fonts = with pkgs; [
|
packages = with pkgs; [
|
||||||
# Monospace fonts
|
# Monospace fonts
|
||||||
(nerdfonts.override {
|
(nerdfonts.override {
|
||||||
fonts = [
|
fonts = [
|
||||||
|
Reference in New Issue
Block a user