clean hosts dir & update
All checks were successful
nix flake show / show-flake (push) Successful in 1m5s

This commit is contained in:
smayzy 2025-07-23 18:39:39 +02:00
parent 64a83c51ed
commit a5f666c221
7 changed files with 21 additions and 40 deletions

30
flake.lock generated
View File

@ -107,11 +107,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1749398372, "lastModified": 1753121425,
"narHash": "sha256-tYBdgS56eXYaWVW3fsnPQ/nFlgWi/Z2Ymhyu21zVM98=", "narHash": "sha256-TVcTNvOeWWk1DXljFxVRp+E0tzG1LhrVjOGGoMHuXio=",
"owner": "hercules-ci", "owner": "hercules-ci",
"repo": "flake-parts", "repo": "flake-parts",
"rev": "9305fe4e5c2a6fcf5ba6a3ff155720fbe4076569", "rev": "644e0fc48951a860279da645ba77fe4a6e814c5e",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -202,11 +202,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1753056897, "lastModified": 1753288256,
"narHash": "sha256-AVVMBFcuOXqIgmShvRv9TED3fkiZhQ0ZvlhsPoFfkNE=", "narHash": "sha256-wKCN1UbrsL0PRen3wiHqP3zrI3WfrtPvrHAVnJWhg84=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "13a83d1b6545b7f0e8f7689bad62e7a3b1d63771", "rev": "3641df95becab34d2d7a221218091c2cea2d9c2e",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -264,11 +264,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1750215678, "lastModified": 1752997324,
"narHash": "sha256-Rc/ytpamXRf6z8UA2SGa4aaWxUXRbX2MAWIu2C8M+ok=", "narHash": "sha256-vtTM4oDke3SeDj+1ey6DjmzXdq8ZZSCLWSaApADDvIE=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "5395fb3ab3f97b9b7abca147249fa2e8ed27b192", "rev": "7c688a0875df5a8c28a53fb55ae45e94eae0dddb",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -313,11 +313,11 @@
"systems": "systems" "systems": "systems"
}, },
"locked": { "locked": {
"lastModified": 1753013169, "lastModified": 1753181140,
"narHash": "sha256-ZhhHGYEuBiHgWjAvFcvjiNyWDz2b3WsYoW+xw92LiYs=", "narHash": "sha256-daKfPQnipcRnKnXknDzv+fzNKeEY3r/10y8YMVQ10vU=",
"owner": "notashelf", "owner": "notashelf",
"repo": "nvf", "repo": "nvf",
"rev": "da1fed218b2dda294190e004da4d5bec7d43ec34", "rev": "8fbecab446afe3454ecce6a4b817ec4f123a4a34",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -356,11 +356,11 @@
"tinted-zed": "tinted-zed" "tinted-zed": "tinted-zed"
}, },
"locked": { "locked": {
"lastModified": 1753055255, "lastModified": 1753237059,
"narHash": "sha256-t7jZUPQSqlNA3wdIhmZuz7CPAMXCo6CsoAGyrR++jXA=", "narHash": "sha256-4ZmwEYiS0vdhJSkNCLyoYRZuxRYT/8JGpL4WDRvrX14=",
"owner": "danth", "owner": "danth",
"repo": "stylix", "repo": "stylix",
"rev": "c32c82e460b9022c4c20cf51014db1665e866ffb", "rev": "37673b1de0703a637f3a8abe8da8a097d076a377",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -1,4 +1,4 @@
{ inputs, config, pkgs, lib, overlays, ... }: { inputs, pkgs, overlays, ... }:
{ {
imports = imports =
@ -13,7 +13,6 @@
isNormalUser = true; isNormalUser = true;
description = "smayzy"; description = "smayzy";
extraGroups = [ "networkmanager" "wheel" ]; extraGroups = [ "networkmanager" "wheel" ];
packages = with pkgs; [];
}; };
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [

View File

@ -1,4 +1,4 @@
{ config, pkgs, inputs, ... }: { pkgs, ... }:
{ {
imports = imports =

View File

@ -1,4 +1,4 @@
{ inputs, config, pkgs, lib, ... }: { inputs, config, ... }:
{ {
imports = imports =
@ -39,6 +39,4 @@
} }
''; '';
environment.systemPackages = with pkgs; [
];
} }

View File

@ -1,15 +1,8 @@
{ config, pkgs, inputs, ... }: { ... }:
{ {
imports = imports =
[ [
../common/home.nix ../common/home.nix
]; ];
home.packages = [
];
home.file = {
};
} }

View File

@ -1,4 +1,4 @@
{ inputs, config, pkgs, lib, ... }: { inputs, config, ... }:
{ {
imports = imports =
@ -28,7 +28,4 @@
networking.hostName = "laptop1"; networking.hostName = "laptop1";
environment.systemPackages = with pkgs; [
];
} }

View File

@ -1,14 +1,8 @@
{ config, pkgs, inputs, ... }: { ... }:
{ {
imports = imports =
[ [
../common/home.nix ../common/home.nix
]; ];
home.packages = [
];
home.file = {
};
} }