This commit is contained in:
Miguel Palhas
2025-01-23 11:33:07 +00:00
parent dd4120304f
commit 7badc1d419
4 changed files with 38 additions and 36 deletions
Generated
+9 -9
View File
@@ -9,11 +9,11 @@
]
},
"locked": {
"lastModified": 1735485506,
"narHash": "sha256-7CWr3Q83KnGiLUn0oaboafLMOXQ0X9/fjFRVY1xopbM=",
"lastModified": 1736090999,
"narHash": "sha256-B5CJuHqfJrzPa7tObK0H9669/EClSHpa/P7B9EuvElU=",
"owner": "aylur",
"repo": "ags",
"rev": "251d39413543264361898b02035775aa3e46fe52",
"rev": "5527c3c07d92c11e04e7fd99d58429493dba7e3c",
"type": "github"
},
"original": {
@@ -484,11 +484,11 @@
]
},
"locked": {
"lastModified": 1735894462,
"narHash": "sha256-4+ogUuo7eRBqrpUISEUeqBDC6g034f2Lf0MNueyDhMs=",
"lastModified": 1737350675,
"narHash": "sha256-Zy2PidkAOYDvnFgZO+QFDYywQAPtA/xi7SuZLVd+ZyM=",
"owner": "Jas-SinghFSU",
"repo": "HyprPanel",
"rev": "d46e7ff417a154ce4f85d629b32b80e5973e7b90",
"rev": "562eb64e12047cb3a4ef5db2e9df19f9a726ae7c",
"type": "github"
},
"original": {
@@ -668,11 +668,11 @@
},
"nixpkgs_4": {
"locked": {
"lastModified": 1735834308,
"narHash": "sha256-dklw3AXr3OGO4/XT1Tu3Xz9n/we8GctZZ75ZWVqAVhk=",
"lastModified": 1737062831,
"narHash": "sha256-Tbk1MZbtV2s5aG+iM99U8FqwxU/YNArMcWAv6clcsBc=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "6df24922a1400241dae323af55f30e4318a6ca65",
"rev": "5df43628fdf08d642be8ba5b3625a6c70731c19c",
"type": "github"
},
"original": {
+3 -1
View File
@@ -13,7 +13,8 @@
overwrite.enable = true;
layout = {
"bar.layouts" = {
bar = {
layouts = {
"1" = {
"left" = [
"dashboard"
@@ -42,6 +43,7 @@
};
};
};
};
settings = {
theme.bar.transparent = true;
+1
View File
@@ -6,6 +6,7 @@
mprocs
pkg-config
openssl
taplo
];
home.sessionPath = [ "\${CARGO_HOME:-~/.cargo}/bin" ];
-1
View File
@@ -2,6 +2,5 @@
{
services.syncthing = {
enable = true;
extraOptions = [ "--home=$HOME/sync" ];
};
}