😍✋🍆🩸
This commit is contained in:
@ -97,7 +97,6 @@ in
|
||||
fswatch
|
||||
];
|
||||
|
||||
|
||||
services.xserver.videoDrivers = [ "amdgpu" ];
|
||||
services.hardware.xow.enable = true;
|
||||
services.printing.enable = true;
|
||||
|
@ -23,6 +23,7 @@ in
|
||||
../configs/common.nix
|
||||
../configs/user.nix
|
||||
../configs/user-gui.nix
|
||||
<home-manager/nixos>
|
||||
];
|
||||
|
||||
# boot.initrd.luks.devices = {
|
||||
@ -154,6 +155,12 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
home-manager.users.alex.services.barrier.client = {
|
||||
enable = true;
|
||||
name = "thinkpad";
|
||||
server = "192.168.0.150:24800"
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
nvidia-offload
|
||||
xorg.xf86videointel
|
||||
|
Reference in New Issue
Block a user