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": { "locked": {
"lastModified": 1735485506, "lastModified": 1736090999,
"narHash": "sha256-7CWr3Q83KnGiLUn0oaboafLMOXQ0X9/fjFRVY1xopbM=", "narHash": "sha256-B5CJuHqfJrzPa7tObK0H9669/EClSHpa/P7B9EuvElU=",
"owner": "aylur", "owner": "aylur",
"repo": "ags", "repo": "ags",
"rev": "251d39413543264361898b02035775aa3e46fe52", "rev": "5527c3c07d92c11e04e7fd99d58429493dba7e3c",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -484,11 +484,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1735894462, "lastModified": 1737350675,
"narHash": "sha256-4+ogUuo7eRBqrpUISEUeqBDC6g034f2Lf0MNueyDhMs=", "narHash": "sha256-Zy2PidkAOYDvnFgZO+QFDYywQAPtA/xi7SuZLVd+ZyM=",
"owner": "Jas-SinghFSU", "owner": "Jas-SinghFSU",
"repo": "HyprPanel", "repo": "HyprPanel",
"rev": "d46e7ff417a154ce4f85d629b32b80e5973e7b90", "rev": "562eb64e12047cb3a4ef5db2e9df19f9a726ae7c",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -668,11 +668,11 @@
}, },
"nixpkgs_4": { "nixpkgs_4": {
"locked": { "locked": {
"lastModified": 1735834308, "lastModified": 1737062831,
"narHash": "sha256-dklw3AXr3OGO4/XT1Tu3Xz9n/we8GctZZ75ZWVqAVhk=", "narHash": "sha256-Tbk1MZbtV2s5aG+iM99U8FqwxU/YNArMcWAv6clcsBc=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "6df24922a1400241dae323af55f30e4318a6ca65", "rev": "5df43628fdf08d642be8ba5b3625a6c70731c19c",
"type": "github" "type": "github"
}, },
"original": { "original": {
+3 -1
View File
@@ -13,7 +13,8 @@
overwrite.enable = true; overwrite.enable = true;
layout = { layout = {
"bar.layouts" = { bar = {
layouts = {
"1" = { "1" = {
"left" = [ "left" = [
"dashboard" "dashboard"
@@ -42,6 +43,7 @@
}; };
}; };
}; };
};
settings = { settings = {
theme.bar.transparent = true; theme.bar.transparent = true;
+1
View File
@@ -6,6 +6,7 @@
mprocs mprocs
pkg-config pkg-config
openssl openssl
taplo
]; ];
home.sessionPath = [ "\${CARGO_HOME:-~/.cargo}/bin" ]; home.sessionPath = [ "\${CARGO_HOME:-~/.cargo}/bin" ];
-1
View File
@@ -2,6 +2,5 @@
{ {
services.syncthing = { services.syncthing = {
enable = true; enable = true;
extraOptions = [ "--home=$HOME/sync" ];
}; };
} }