just update the git

This commit is contained in:
2025-08-28 19:05:48 -05:00
parent bd14a0950b
commit ef6face633
3 changed files with 54 additions and 24 deletions

42
flake.lock generated
View File

@@ -60,11 +60,11 @@
]
},
"locked": {
"lastModified": 1747688838,
"narHash": "sha256-FZq4/3OtGV/cti9Vccsy2tGSUrxTO4hkDF9oeGRTen4=",
"lastModified": 1753132348,
"narHash": "sha256-0i3jU9AHuNXb0wYGzImnVwaw+miE0yW13qfjC0F+fIE=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "45c2985644b60ab64de2a2d93a4d132ecb87cf66",
"rev": "e4bf85da687027cfc4a8853ca11b6b86ce41d732",
"type": "github"
},
"original": {
@@ -81,11 +81,11 @@
]
},
"locked": {
"lastModified": 1743604125,
"narHash": "sha256-ZD61DNbsBt1mQbinAaaEqKaJk2RFo9R/j+eYWeGMx7A=",
"lastModified": 1752603129,
"narHash": "sha256-S+wmHhwNQ5Ru689L2Gu8n1OD6s9eU9n9mD827JNR+kw=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "180fd43eea296e62ae68e079fcf56aba268b9a1a",
"rev": "e8c19a3cec2814c754f031ab3ae7316b64da085b",
"type": "github"
},
"original": {
@@ -102,11 +102,11 @@
},
"locked": {
"dir": "nix",
"lastModified": 1746742173,
"narHash": "sha256-kid5CnnkWXjd6fkn+ckBVnLs9pTvlkacV5Ohual4UxM=",
"lastModified": 1751487254,
"narHash": "sha256-VSipBrxqqIXfQNrFBDGfeLu02CxU8ZI8YrJu0jGMytM=",
"owner": "kmonad",
"repo": "kmonad",
"rev": "e716fb08a734e68eac3dd6ace784d4d8dd1c017a",
"rev": "f78b8fa9c82589abcc4964406d5e7bdf96860689",
"type": "github"
},
"original": {
@@ -118,11 +118,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1747542820,
"narHash": "sha256-GaOZntlJ6gPPbbkTLjbd8BMWaDYafhuuYRNrxCGnPJw=",
"lastModified": 1752950548,
"narHash": "sha256-NS6BLD0lxOrnCiEOcvQCDVPXafX1/ek1dfJHX1nUIzc=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "292fa7d4f6519c074f0a50394dbbe69859bb6043",
"rev": "c87b95e25065c028d31a94f06a62927d18763fdf",
"type": "github"
},
"original": {
@@ -150,11 +150,11 @@
},
"nixpkgs_3": {
"locked": {
"lastModified": 1743448293,
"narHash": "sha256-bmEPmSjJakAp/JojZRrUvNcDX2R5/nuX6bm+seVaGhs=",
"lastModified": 1752480373,
"narHash": "sha256-JHQbm+OcGp32wAsXTE/FLYGNpb+4GLi5oTvCxwSoBOA=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "77b584d61ff80b4cef9245829a6f1dfad5afdfa3",
"rev": "62e0f05ede1da0d54515d4ea8ce9c733f12d9f08",
"type": "github"
},
"original": {
@@ -224,11 +224,11 @@
"systems": "systems_2"
},
"locked": {
"lastModified": 1747607404,
"narHash": "sha256-xj2Ji+rE+oYjf0BsTDT7K/StnYuZQK9MTbX8U1DUcC0=",
"lastModified": 1752986956,
"narHash": "sha256-1AK8+W7d5eNyGRkcWHa+9oIChLJbY6jt7ujSJo+ft4M=",
"owner": "Gerg-L",
"repo": "spicetify-nix",
"rev": "8c1be0e5e9a7f35ccd6f7b10bcfa08f2734dad91",
"rev": "51ac0aee7e7ee21ca0874b913f07f9004bc9311f",
"type": "github"
},
"original": {
@@ -273,11 +273,11 @@
"nixpkgs": "nixpkgs_3"
},
"locked": {
"lastModified": 1747696712,
"narHash": "sha256-4osrkMiOfqB/SQxni7mtuuRcYMs5HDhowROYNRQhLeM=",
"lastModified": 1753069499,
"narHash": "sha256-YtgY0ueqKNrBma4Euu8WH23BhUkBujirJDMDE1KujnU=",
"owner": "0xc000022070",
"repo": "zen-browser-flake",
"rev": "f08eb325d74fa664595110e70cd7a2baa1bee7db",
"rev": "c64b94235ae24e3b9e01a08f0331d8bb0e5b037a",
"type": "github"
},
"original": {

View File

@@ -90,7 +90,7 @@
};
# Set your time zone.
time.timeZone = "America/New_York";
time.timeZone = "America/Chicago";
# Select internationalisation properties.
i18n.defaultLocale = "en_US.UTF-8";
@@ -114,7 +114,10 @@
#
# networking.interfaces.br0.useDHCP = true; # Or set a static IP if needed
environment.variables = {
XCURSOR_THEME = "Plasma-Overdose";
XCURSOR_SIZE = "28";
};
# Enable the X11 windowing system.
services.xserver.enable = true;
@@ -150,10 +153,17 @@
services.udisks2.enable = true;
services.tailscale.enable = true;
services.locate.enable = true;
services.locate.package = pkgs.mlocate;
services.openssh = {
enable = true;
};
# Enable touchpad support (enabled default in most desktopManager).
# services.xserver.libinput.enable = true;
@@ -330,7 +340,13 @@
mlocate
android-udev-rules
slimevr
nix-ld
# grayjay
hyprcursor
rose-pine-hyprcursor
#protonmail-desktop
xcur2png
thunderbird
];
# Some programs need SUID wrappers, can be configured further or are

14
mods/syncthing.nix Normal file
View File

@@ -0,0 +1,14 @@
{ config, lib, pkgs, ... }: {
config = {
services.syncthing = {
enable = true;
dataDir = "/home/takanashi";
openDefaultPorts = true;
configDir = "/home/takanashi/.config/syncthing";
user = "takanashi";
group = "users";
guiAddress = "0.0.0.0:8384";
};
};
}