From 370b58022d8f3472e1fef386a34c8a55189c6475 Mon Sep 17 00:00:00 2001 From: lucy Date: Thu, 11 Dec 2025 09:01:47 +0100 Subject: [PATCH] stop git from tracking hardware config.nix --- compile_commands.json | 1 - hardware-configuration.nix | 40 -------------------------------------- home/waybar.nix | 4 ++-- 3 files changed, 2 insertions(+), 43 deletions(-) delete mode 100755 compile_commands.json delete mode 100644 hardware-configuration.nix diff --git a/compile_commands.json b/compile_commands.json deleted file mode 100755 index fe51488..0000000 --- a/compile_commands.json +++ /dev/null @@ -1 +0,0 @@ -[] diff --git a/hardware-configuration.nix b/hardware-configuration.nix deleted file mode 100644 index 2660439..0000000 --- a/hardware-configuration.nix +++ /dev/null @@ -1,40 +0,0 @@ -# Do not modify this file! It was generated by ‘nixos-generate-config’ -# and may be overwritten by future invocations. Please make changes -# to /etc/nixos/configuration.nix instead. -{ config, lib, pkgs, modulesPath, ... }: - -{ - imports = - [ (modulesPath + "/installer/scan/not-detected.nix") - ]; - - boot.initrd.availableKernelModules = [ "xhci_pci" "nvme" "usb_storage" "sd_mod" "sdhci_pci" ]; - boot.initrd.kernelModules = [ ]; - boot.kernelModules = [ "kvm-intel" ]; - boot.extraModulePackages = [ ]; - - fileSystems."/" = - { device = "/dev/disk/by-uuid/79902d1f-89b1-44d3-83b0-fb7e3081b729"; - fsType = "ext4"; - }; - - fileSystems."/boot" = - { device = "/dev/disk/by-uuid/D839-722E"; - fsType = "vfat"; - options = [ "fmask=0077" "dmask=0077" ]; - }; - - swapDevices = - [ { device = "/dev/disk/by-uuid/efdb9d57-daee-4fb5-82d3-84cf3820704f"; } - ]; - - # Enables DHCP on each ethernet and wireless interface. In case of scripted networking - # (the default) this is the recommended approach. When using systemd-networkd it's - # still possible to use this option, but it's recommended to use it in conjunction - # with explicit per-interface declarations with `networking.interfaces..useDHCP`. - networking.useDHCP = lib.mkDefault true; - # networking.interfaces.wlp3s0.useDHCP = lib.mkDefault true; - - nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; - hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; -} diff --git a/home/waybar.nix b/home/waybar.nix index 33659ce..0fe393f 100755 --- a/home/waybar.nix +++ b/home/waybar.nix @@ -143,8 +143,8 @@ "clock" = { interval = 1; - format = "{:%H:%M:%S | %d.%m.%Y}"; - format-alt = "{:%H:%M:%S | %d.%m.%Y}"; + format = "{:%H:%M | %d.%m.%Y}"; + format-alt = "{:%H:%M | %d.%m.%Y}"; tooltip-format = "{:%Y %B}\n{calendar}"; }; };