From a5f666c221fd870beaca5d71dc079996af7fb61e Mon Sep 17 00:00:00 2001 From: smayzy Date: Wed, 23 Jul 2025 18:39:39 +0200 Subject: [PATCH] clean hosts dir & update --- flake.lock | 30 +++++++++++++++--------------- hosts/common/common.nix | 3 +-- hosts/common/home.nix | 2 +- hosts/desktop1/configuration.nix | 4 +--- hosts/desktop1/home.nix | 9 +-------- hosts/laptop1/configuration.nix | 5 +---- hosts/laptop1/home.nix | 8 +------- 7 files changed, 21 insertions(+), 40 deletions(-) diff --git a/flake.lock b/flake.lock index acf6278..2c7a0ce 100644 --- a/flake.lock +++ b/flake.lock @@ -107,11 +107,11 @@ ] }, "locked": { - "lastModified": 1749398372, - "narHash": "sha256-tYBdgS56eXYaWVW3fsnPQ/nFlgWi/Z2Ymhyu21zVM98=", + "lastModified": 1753121425, + "narHash": "sha256-TVcTNvOeWWk1DXljFxVRp+E0tzG1LhrVjOGGoMHuXio=", "owner": "hercules-ci", "repo": "flake-parts", - "rev": "9305fe4e5c2a6fcf5ba6a3ff155720fbe4076569", + "rev": "644e0fc48951a860279da645ba77fe4a6e814c5e", "type": "github" }, "original": { @@ -202,11 +202,11 @@ ] }, "locked": { - "lastModified": 1753056897, - "narHash": "sha256-AVVMBFcuOXqIgmShvRv9TED3fkiZhQ0ZvlhsPoFfkNE=", + "lastModified": 1753288256, + "narHash": "sha256-wKCN1UbrsL0PRen3wiHqP3zrI3WfrtPvrHAVnJWhg84=", "owner": "nix-community", "repo": "home-manager", - "rev": "13a83d1b6545b7f0e8f7689bad62e7a3b1d63771", + "rev": "3641df95becab34d2d7a221218091c2cea2d9c2e", "type": "github" }, "original": { @@ -264,11 +264,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1750215678, - "narHash": "sha256-Rc/ytpamXRf6z8UA2SGa4aaWxUXRbX2MAWIu2C8M+ok=", + "lastModified": 1752997324, + "narHash": "sha256-vtTM4oDke3SeDj+1ey6DjmzXdq8ZZSCLWSaApADDvIE=", "owner": "nixos", "repo": "nixpkgs", - "rev": "5395fb3ab3f97b9b7abca147249fa2e8ed27b192", + "rev": "7c688a0875df5a8c28a53fb55ae45e94eae0dddb", "type": "github" }, "original": { @@ -313,11 +313,11 @@ "systems": "systems" }, "locked": { - "lastModified": 1753013169, - "narHash": "sha256-ZhhHGYEuBiHgWjAvFcvjiNyWDz2b3WsYoW+xw92LiYs=", + "lastModified": 1753181140, + "narHash": "sha256-daKfPQnipcRnKnXknDzv+fzNKeEY3r/10y8YMVQ10vU=", "owner": "notashelf", "repo": "nvf", - "rev": "da1fed218b2dda294190e004da4d5bec7d43ec34", + "rev": "8fbecab446afe3454ecce6a4b817ec4f123a4a34", "type": "github" }, "original": { @@ -356,11 +356,11 @@ "tinted-zed": "tinted-zed" }, "locked": { - "lastModified": 1753055255, - "narHash": "sha256-t7jZUPQSqlNA3wdIhmZuz7CPAMXCo6CsoAGyrR++jXA=", + "lastModified": 1753237059, + "narHash": "sha256-4ZmwEYiS0vdhJSkNCLyoYRZuxRYT/8JGpL4WDRvrX14=", "owner": "danth", "repo": "stylix", - "rev": "c32c82e460b9022c4c20cf51014db1665e866ffb", + "rev": "37673b1de0703a637f3a8abe8da8a097d076a377", "type": "github" }, "original": { diff --git a/hosts/common/common.nix b/hosts/common/common.nix index bb097c3..ebd11c2 100644 --- a/hosts/common/common.nix +++ b/hosts/common/common.nix @@ -1,4 +1,4 @@ -{ inputs, config, pkgs, lib, overlays, ... }: +{ inputs, pkgs, overlays, ... }: { imports = @@ -13,7 +13,6 @@ isNormalUser = true; description = "smayzy"; extraGroups = [ "networkmanager" "wheel" ]; - packages = with pkgs; []; }; environment.systemPackages = with pkgs; [ diff --git a/hosts/common/home.nix b/hosts/common/home.nix index ac3974b..333d16e 100644 --- a/hosts/common/home.nix +++ b/hosts/common/home.nix @@ -1,4 +1,4 @@ -{ config, pkgs, inputs, ... }: +{ pkgs, ... }: { imports = diff --git a/hosts/desktop1/configuration.nix b/hosts/desktop1/configuration.nix index 64ff46a..07f016b 100644 --- a/hosts/desktop1/configuration.nix +++ b/hosts/desktop1/configuration.nix @@ -1,4 +1,4 @@ -{ inputs, config, pkgs, lib, ... }: +{ inputs, config, ... }: { imports = @@ -39,6 +39,4 @@ } ''; - environment.systemPackages = with pkgs; [ - ]; } diff --git a/hosts/desktop1/home.nix b/hosts/desktop1/home.nix index d7c74ec..baeb1e2 100644 --- a/hosts/desktop1/home.nix +++ b/hosts/desktop1/home.nix @@ -1,15 +1,8 @@ -{ config, pkgs, inputs, ... }: +{ ... }: { imports = [ ../common/home.nix ]; - - home.packages = [ - ]; - - home.file = { - }; - } diff --git a/hosts/laptop1/configuration.nix b/hosts/laptop1/configuration.nix index 0a15d57..c31849e 100644 --- a/hosts/laptop1/configuration.nix +++ b/hosts/laptop1/configuration.nix @@ -1,4 +1,4 @@ -{ inputs, config, pkgs, lib, ... }: +{ inputs, config, ... }: { imports = @@ -28,7 +28,4 @@ networking.hostName = "laptop1"; - environment.systemPackages = with pkgs; [ - ]; - } diff --git a/hosts/laptop1/home.nix b/hosts/laptop1/home.nix index 17d0e15..baeb1e2 100644 --- a/hosts/laptop1/home.nix +++ b/hosts/laptop1/home.nix @@ -1,14 +1,8 @@ -{ config, pkgs, inputs, ... }: +{ ... }: { imports = [ ../common/home.nix ]; - - home.packages = [ - ]; - - home.file = { - }; }