make nix index shallow
readd distrobox add ts6-client setup vscode for python
This commit is contained in:
@@ -20,6 +20,18 @@
|
||||
|
||||
networking.hostName = "tuxedo"; # Define your hostname.
|
||||
|
||||
# one day i will fix the fullscreen issue
|
||||
# https://community.frame.work/t/fullscreen-games-freeze-on-plasma-6-with-dgpu/61088/9
|
||||
# https://community.frame.work/t/bug-psa-gpu-bug-causes-crashes-on-kde-plasma/58133/4
|
||||
# https://www.reddit.com/r/archlinux/comments/1gzy0xd/amdgpu_regression_on_kernel_612_choppy/
|
||||
# https://forum.manjaro.org/t/unstable-update-october-2024-edition/168715/44
|
||||
boot.kernelParams = [
|
||||
# "amdgpu.dcdebugmask=0x410"
|
||||
# or amdgpu.dcdebugmask=0x010
|
||||
# or amdgpu.dcdebugmask=0x400
|
||||
# or both amdgpu.dcdebugmask=0x410
|
||||
];
|
||||
|
||||
boot.extraModprobeConfig = ''
|
||||
options iwlwifi 11n_disable=8 power_save=0
|
||||
options iwlmvm power_scheme=1
|
||||
@@ -48,6 +60,10 @@
|
||||
dumpcap.enable = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs;[
|
||||
distrobox
|
||||
];
|
||||
|
||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||
users.users.worble = {
|
||||
initialPassword = "password";
|
||||
|
||||
@@ -29,6 +29,7 @@
|
||||
|
||||
# comms
|
||||
teams-for-linux
|
||||
teamspeak6-client
|
||||
|
||||
# media
|
||||
jellyfin-media-player
|
||||
@@ -76,7 +77,8 @@
|
||||
config = {
|
||||
profile = "gpu-hq";
|
||||
vo = "gpu-next";
|
||||
gpu-api = "vulkan";
|
||||
gpu-api = "opengl";
|
||||
gpu-context = "wayland";
|
||||
hwdec = "vulkan";
|
||||
screenshot-directory = "/mnt/HDD1/Pictures/";
|
||||
# screenshot-directory = "~/Pictures/";
|
||||
|
||||
Reference in New Issue
Block a user