Fix: Whitespaces begone or something

This commit is contained in:
stitchy 2024-11-27 10:41:47 +00:00
parent 7545885942
commit 4d66a5e231
Signed by: stitchy
SSH key fingerprint: SHA256:yz2SoxdnY67tfY5Jzb0f2v8f5W3o/IF359kbcquWip8
11 changed files with 94 additions and 28 deletions

View file

@ -15,8 +15,8 @@
services.logind.powerKey = "ignore";
services.logind.powerKeyLongPress = "poweroff";
networking = {
hostName = "lappy";
networkmanager.enable = true;
hostName = "lappy";
networkmanager.enable = true;
};
time.timeZone = "America/Lost_Angeles";

View file

@ -1,6 +1,6 @@
{ config, nixpkgs-xr, pkgs, lib, ... }:
let
passthrough = pkgs.writeShellApplication {
passthrough = pkgs.writeShellApplication {
name = "passthrough.sh";
runtimeInputs = lib.attrVals [ "coreutils" "kmod" "libvirt" "procps" ] pkgs;
text = ''
@ -116,7 +116,7 @@ in {
environment.systemPackages = [
pkgs.wlx-overlay-s ];
networking.hostName = "malachite";
time.timeZone = "America/Los_Angeles";

View file

@ -87,7 +87,7 @@
XRT_COMPOSITOR_COMPUTE = "1";
};
hardware = {
hardware = {
graphics = {
enable = true;
enable32Bit = true;