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": {
"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": {

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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