some stuff
This commit is contained in:
@ -24,6 +24,7 @@ in
|
|||||||
networkmanager-openconnect
|
networkmanager-openconnect
|
||||||
openconnect
|
openconnect
|
||||||
pulseaudio-ctl
|
pulseaudio-ctl
|
||||||
|
gnome.simple-scan
|
||||||
];
|
];
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
@ -108,6 +109,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
hardware.bluetooth.enable = true;
|
hardware.bluetooth.enable = true;
|
||||||
|
hardware.sane.enable = true;
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
mullvad-vpn.enable = true;
|
mullvad-vpn.enable = true;
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
virtualisation = {
|
virtualisation = {
|
||||||
libvirtd = {
|
libvirtd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
qemuPackage = pkgs.qemu_kvm;
|
qemu.package = pkgs.qemu_kvm;
|
||||||
};
|
};
|
||||||
spiceUSBRedirection.enable = true;
|
spiceUSBRedirection.enable = true;
|
||||||
};
|
};
|
||||||
|
@ -29,6 +29,7 @@ in
|
|||||||
keepassxc
|
keepassxc
|
||||||
ponymix #rofi-default
|
ponymix #rofi-default
|
||||||
mullvad-vpn
|
mullvad-vpn
|
||||||
|
dracula-theme
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -44,8 +44,9 @@ in
|
|||||||
|
|
||||||
initrd.kernelModules = [ "amdgpu" ];
|
initrd.kernelModules = [ "amdgpu" ];
|
||||||
plymouth.enable = true;
|
plymouth.enable = true;
|
||||||
extraModulePackages = with pkgs.linuxPackages; [ it87 ];
|
extraModulePackages = with pkgs.linuxPackages_lqx; [ it87 ];
|
||||||
kernelModules = [ "it87" "v4l2loopback" ];
|
kernelModules = [ "it87" "v4l2loopback" ];
|
||||||
|
kernelPackages = pkgs.linuxPackages_lqx;
|
||||||
};
|
};
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
@ -121,9 +122,9 @@ in
|
|||||||
netdata.enable = true;
|
netdata.enable = true;
|
||||||
printing.enable = true;
|
printing.enable = true;
|
||||||
xserver.videoDrivers = [ "amdgpu" ];
|
xserver.videoDrivers = [ "amdgpu" ];
|
||||||
# xserver.deviceSection = ''
|
xserver.deviceSection = ''
|
||||||
# Option "TearFree" "true"
|
Option "TearFree" "true"
|
||||||
# '';
|
'';
|
||||||
# hardware.xow.enable = true;
|
# hardware.xow.enable = true;
|
||||||
borgbackup.jobs.home = rec {
|
borgbackup.jobs.home = rec {
|
||||||
compression = "auto,zstd";
|
compression = "auto,zstd";
|
||||||
|
@ -212,7 +212,6 @@ in
|
|||||||
nvidia-offload
|
nvidia-offload
|
||||||
# xorg.xf86videointel
|
# xorg.xf86videointel
|
||||||
intel-gpu-tools
|
intel-gpu-tools
|
||||||
gnome.simple-scan
|
|
||||||
];
|
];
|
||||||
|
|
||||||
networking.firewall.enable = false;
|
networking.firewall.enable = false;
|
||||||
|
Reference in New Issue
Block a user