From 5615ca059ad78448c826e26f23693574bcc71328 Mon Sep 17 00:00:00 2001 From: Jakub Stachurski Date: Wed, 11 Feb 2026 16:25:18 +0100 Subject: Nix update --- flake.lock | 24 ++++++++++++------------ home-modules/apps/desktop/default.nix | 1 - home-modules/apps/zsh.nix | 17 ++++++++--------- modules/desktop/wms/xfce.nix | 30 +++++++++++++++--------------- 4 files changed, 35 insertions(+), 37 deletions(-) diff --git a/flake.lock b/flake.lock index 6c6f7a8..358abb1 100644 --- a/flake.lock +++ b/flake.lock @@ -61,11 +61,11 @@ ] }, "locked": { - "lastModified": 1769289524, - "narHash": "sha256-6Cwtvzrw79cOk1lCzN2aKSVrpgSOSQoYhyMmhXXZjTA=", + "lastModified": 1770818644, + "narHash": "sha256-DYS4jIRpRoKOzJjnR/QqEd/MlT4OZZpt8CrBLv+cjsE=", "owner": "nix-community", "repo": "home-manager", - "rev": "2539eba97a6df237d75617c25cd2dbef92df3d5b", + "rev": "0acbd1180697de56724821184ad2c3e6e7202cd7", "type": "github" }, "original": { @@ -76,11 +76,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1769170682, - "narHash": "sha256-oMmN1lVQU0F0W2k6OI3bgdzp2YOHWYUAw79qzDSjenU=", + "lastModified": 1770562336, + "narHash": "sha256-ub1gpAONMFsT/GU2hV6ZWJjur8rJ6kKxdm9IlCT0j84=", "owner": "nixos", "repo": "nixpkgs", - "rev": "c5296fdd05cfa2c187990dd909864da9658df755", + "rev": "d6c71932130818840fc8fe9509cf50be8c64634f", "type": "github" }, "original": { @@ -124,11 +124,11 @@ ] }, "locked": { - "lastModified": 1769314333, - "narHash": "sha256-+Uvq9h2eGsbhacXpuS7irYO7fFlz514nrhPCSTkASlw=", + "lastModified": 1770683991, + "narHash": "sha256-xVfPvXDf9QN3Eh9dV+Lw6IkWG42KSuQ1u2260HKvpnc=", "owner": "Mic92", "repo": "sops-nix", - "rev": "2eb9eed7ef48908e0f02985919f7eb9d33fa758f", + "rev": "8b89f44c2cc4581e402111d928869fe7ba9f7033", "type": "github" }, "original": { @@ -182,11 +182,11 @@ ] }, "locked": { - "lastModified": 1769353635, - "narHash": "sha256-J0G1ACrUK29M0THPAsz429eZX07GmR9Bs/b0pB3N0dQ=", + "lastModified": 1770228511, + "narHash": "sha256-wQ6NJSuFqAEmIg2VMnLdCnUc0b7vslUohqqGGD+Fyxk=", "owner": "numtide", "repo": "treefmt-nix", - "rev": "f46bb205f239b415309f58166f8df6919fa88377", + "rev": "337a4fe074be1042a35086f15481d763b8ddc0e7", "type": "github" }, "original": { diff --git a/home-modules/apps/desktop/default.nix b/home-modules/apps/desktop/default.nix index 5472dad..e85be14 100644 --- a/home-modules/apps/desktop/default.nix +++ b/home-modules/apps/desktop/default.nix @@ -100,7 +100,6 @@ in (lib.mkIf cfg.dev.enable { home.packages = with pkgs; [ hugo - wireshark-qt ]; }) (lib.mkIf cfg.connectivity.enable { diff --git a/home-modules/apps/zsh.nix b/home-modules/apps/zsh.nix index 5fca2ea..30795f0 100644 --- a/home-modules/apps/zsh.nix +++ b/home-modules/apps/zsh.nix @@ -2,7 +2,6 @@ config, pkgs, lib, - hostconfig, ... }: { @@ -14,20 +13,20 @@ programs.zsh = { enable = true; enableCompletion = true; - syntaxHighlighting.enable = true; - autosuggestion.enable =true; + syntaxHighlighting.enable = true; + autosuggestion.enable = true; oh-my-zsh = { enable = true; theme = "dst"; plugins = [ "kitty" - "rust" - "screen" - "systemd" - "tmux" - "nmap" + "rust" + "screen" + "systemd" + "tmux" + "nmap" "npm" - "ssh" + "ssh" ]; }; plugins = [ diff --git a/modules/desktop/wms/xfce.nix b/modules/desktop/wms/xfce.nix index 8d29e8a..a8ffe66 100644 --- a/modules/desktop/wms/xfce.nix +++ b/modules/desktop/wms/xfce.nix @@ -19,21 +19,21 @@ in { environment.systemPackages = with pkgs; [ # XFCE stuff - xfce.catfish - xfce.xfce4-appfinder - xfce.xfce4-clipman-plugin - xfce.xfce4-cpugraph-plugin - xfce.xfce4-dict - xfce.xfce4-fsguard-plugin - xfce.xfce4-genmon-plugin - xfce.xfce4-netload-plugin - xfce.xfce4-panel - xfce.xfce4-pulseaudio-plugin - xfce.xfce4-systemload-plugin - xfce.xfce4-weather-plugin - xfce.xfce4-whiskermenu-plugin - xfce.xfce4-xkb-plugin - xfce.xfdashboard + catfish + xfce4-appfinder + xfce4-clipman-plugin + xfce4-cpugraph-plugin + xfce4-dict + xfce4-fsguard-plugin + xfce4-genmon-plugin + xfce4-netload-plugin + xfce4-panel + xfce4-pulseaudio-plugin + xfce4-systemload-plugin + xfce4-weather-plugin + xfce4-whiskermenu-plugin + xfce4-xkb-plugin + xfdashboard # GNOME stuff file-roller -- cgit v1.3.1