Updated flake.lock and made according changes.

This commit is contained in:
vorboyvo 2026-02-07 01:06:49 -05:00
parent a046927e06
commit 3958e75e43
4 changed files with 18 additions and 25 deletions

View file

@ -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"
},

View file

@ -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;

View file

@ -13,12 +13,6 @@
# Install packages
home.packages = with pkgs;
# [
# hunspell
# hunspellDicts.fr-any
# hunspellDicts.fr-moderne
# hunspellDicts.fr-classique
# ] ++ # Spell checking
[ ] ++ # Temp
[ ];

View file

@ -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 { };