From 3958e75e4303d01fb757d8ab9f5c38432d069f23 Mon Sep 17 00:00:00 2001 From: vorboyvo Date: Sat, 7 Feb 2026 01:06:49 -0500 Subject: [PATCH] Updated flake.lock and made according changes. --- flake.lock | 22 +++++++++++----------- hosts/randolph/configuration.nix | 12 +++++------- hosts/randolph/home.nix | 6 ------ snippets/common_home.nix | 3 ++- 4 files changed, 18 insertions(+), 25 deletions(-) diff --git a/flake.lock b/flake.lock index cc68960..e5b5548 100644 --- a/flake.lock +++ b/flake.lock @@ -84,11 +84,11 @@ ] }, "locked": { - "lastModified": 1763416652, - "narHash": "sha256-8EBEEvtzQ11LCxpQHMNEBQAGtQiCu/pqP9zSovDSbNM=", + "lastModified": 1768927746, + "narHash": "sha256-zyMpWHqcpKVmRc1W2NEK7DAuyVJZV62Jdjqudg70b1k=", "owner": "nix-community", "repo": "home-manager", - "rev": "ea164b7c9ccdc2321379c2ff78fd4317b4c41312", + "rev": "63a87808f5f9b6e4195a1d33f6ea25d23f4aa0df", "type": "github" }, "original": { @@ -99,11 +99,11 @@ }, "nixos-hardware": { "locked": { - "lastModified": 1762847253, - "narHash": "sha256-BWWnUUT01lPwCWUvS0p6Px5UOBFeXJ8jR+ZdLX8IbrU=", + "lastModified": 1768736227, + "narHash": "sha256-qgGq7CfrYKc3IBYQ7qp0Z/ZXndQVC5Bj0N8HW9mS2rM=", "owner": "NixOS", "repo": "nixos-hardware", - "rev": "899dc449bc6428b9ee6b3b8f771ca2b0ef945ab9", + "rev": "d447553bcbc6a178618d37e61648b19e744370df", "type": "github" }, "original": { @@ -115,11 +115,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1763421233, - "narHash": "sha256-Stk9ZYRkGrnnpyJ4eqt9eQtdFWRRIvMxpNRf4sIegnw=", + "lastModified": 1768564909, + "narHash": "sha256-Kell/SpJYVkHWMvnhqJz/8DqQg2b6PguxVWOuadbHCc=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "89c2b2330e733d6cdb5eae7b899326930c2c0648", + "rev": "e4bae1bd10c9c57b2cf517953ab70060a828ee6f", "type": "github" }, "original": { @@ -192,8 +192,8 @@ ] }, "locked": { - "lastModified": 1759260889, - "narHash": "sha256-EpjnR/SW4qxgfNTQzRc+WHiLaM5/Afo4j35GmAr2uRc=", + "lastModified": 1767812907, + "narHash": "sha256-/UQlJO13c9agryVdPk1bxFa6/SXRdFsw106TFBjp9LU=", "path": "/home/alice/projects/tepid-client-services/", "type": "path" }, diff --git a/hosts/randolph/configuration.nix b/hosts/randolph/configuration.nix index 84626b2..f615340 100644 --- a/hosts/randolph/configuration.nix +++ b/hosts/randolph/configuration.nix @@ -129,10 +129,10 @@ services.printing.enable = true; # Enable SANE for scanning. - hardware.sane = { - enable = true; - extraBackends = [ pkgs.epkowa ]; - }; + # hardware.sane = { + # enable = true; + # extraBackends = [ pkgs.epkowa ]; + # }; # Enable udisks (handles storage devices, e.g. usb flash drives) services.udisks2.enable = true; @@ -190,6 +190,7 @@ # neovim greetd.tuigreet ntfs3g + android-tools kakoune git sl @@ -221,9 +222,6 @@ # Enable tailscale services.tailscale.enable = true; - # Enable adb - programs.adb.enable = true; - # Enable zsh; necessary to switch programs.zsh.enable = true; diff --git a/hosts/randolph/home.nix b/hosts/randolph/home.nix index 681590b..24ba406 100644 --- a/hosts/randolph/home.nix +++ b/hosts/randolph/home.nix @@ -13,12 +13,6 @@ # Install packages home.packages = with pkgs; - # [ - # hunspell - # hunspellDicts.fr-any - # hunspellDicts.fr-moderne - # hunspellDicts.fr-classique - # ] ++ # Spell checking [ ] ++ # Temp [ ]; diff --git a/snippets/common_home.nix b/snippets/common_home.nix index 3569057..6991e64 100644 --- a/snippets/common_home.nix +++ b/snippets/common_home.nix @@ -84,6 +84,7 @@ remmina pinta darktable + gthumb ] ++ # Selection of graphical apps [ prismlauncher @@ -92,7 +93,7 @@ [ marksman nil ] ++ # Language servers for built in languages [ texliveFull texlab ] ++ # LaTeX - remove this eventually and put it in dev # envs - [ xdg-terminal-exec glib upower xfce.tumbler xfce.ristretto hledger ] ++ + [ xdg-terminal-exec glib upower hledger ] ++ (let archivo = callPackage ../pkgs/archivo/archivo.nix { }; highway-gothic = callPackage ../pkgs/highway-gothic/highway-gothic.nix { };