Changes
3 changed files (+12/-11)
-
-
@@ -11,12 +11,8 @@./hardware-configuration.nix ]; hardware = { # Auto screen rotation in tablet mode sensor.iio.enable = true; # VA-API graphics.extraPackages = with pkgs; [ intel-vaapi-driver ]; }; # VA-API hardware.graphics.extraPackages = with pkgs; [ intel-vaapi-driver ]; networking.hostName = "ThinkPad-Yoga-14";
-
-
-
@@ -23,11 +23,11 @@}, "nixpkgs": { "locked": { "lastModified": 1775036866, "narHash": "sha256-ZojAnPuCdy657PbTq5V0Y+AHKhZAIwSIT2cb8UgAz/U=", "lastModified": 1775423009, "narHash": "sha256-vPKLpjhIVWdDrfiUM8atW6YkIggCEKdSAlJPzzhkQlw=", "owner": "NixOS", "repo": "nixpkgs", "rev": "6201e203d09599479a3b3450ed24fa81537ebc4e", "rev": "68d8aa3d661f0e6bd5862291b5bb263b2a6595c9", "type": "github" }, "original": {
-
-
-
@@ -9,6 +9,9 @@# For NeoChat ugh nixpkgs.config.permittedInsecurePackages = [ "olm-3.2.16" ]; # Auto screen rotation in tablet mode, auto brightness, and other goodies hardware.sensor.iio.enable = true; boot.loader = { systemd-boot.enable = true; efi.canTouchEfiVariables = true;
-
@@ -20,7 +23,7 @@programs = { firefox = { enable = true; # Probably want to stick with Firefox for now instead of Librewolf which can only be configured with home-manager # Probably want to stick with Firefox for now instead of LibreWolf which can only be configured with home-manager preferences = { # Stop this stupidity "browser.ctrlTab.sortByRecentlyUsed" = true;
-
@@ -88,7 +91,8 @@# For Lean FFI stuff gcc # Unfortunately python3 # python3 in nixpkgs often lags behind the latest stable release, so hardcode the version here python314 # 100x faster than pip! uv # Patch for XDG support
-
@@ -127,6 +131,7 @@sqlite # Compared to texliveBasic, this includes some useful packages like setspace and subfigure texliveSmall # Better man pages tlrc typst typstyle
-