1773267511

This commit is contained in:
2026-03-11 16:18:31 -06:00
parent 0bd86a067f
commit 1c409b43d6
4 changed files with 4 additions and 49 deletions
Generated
-46
View File
@@ -1,50 +1,5 @@
{
"nodes": {
"cosmic-manager": {
"inputs": {
"flake-parts": "flake-parts",
"home-manager": [
"home-manager"
],
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1765831383,
"narHash": "sha256-P5F/VPjjGw7s0AOTPb3z3gxqtH0YkAnd/c9P6QdWrEU=",
"owner": "HeitorAugustoLN",
"repo": "cosmic-manager",
"rev": "819d4d21fb90460dd11416d81d2cff65a53b8a59",
"type": "github"
},
"original": {
"owner": "HeitorAugustoLN",
"repo": "cosmic-manager",
"type": "github"
}
},
"flake-parts": {
"inputs": {
"nixpkgs-lib": [
"cosmic-manager",
"nixpkgs"
]
},
"locked": {
"lastModified": 1759362264,
"narHash": "sha256-wfG0S7pltlYyZTM+qqlhJ7GMw2fTF4mLKCIVhLii/4M=",
"owner": "hercules-ci",
"repo": "flake-parts",
"rev": "758cf7296bee11f1706a574c77d072b8a7baa881",
"type": "github"
},
"original": {
"owner": "hercules-ci",
"repo": "flake-parts",
"type": "github"
}
},
"home-manager": {
"inputs": {
"nixpkgs": [
@@ -100,7 +55,6 @@
},
"root": {
"inputs": {
"cosmic-manager": "cosmic-manager",
"home-manager": "home-manager",
"nixpkgs": "nixpkgs",
"nixpkgs-unstable": "nixpkgs-unstable"
+2 -1
View File
@@ -5,11 +5,12 @@
enable = true;
package = pkgs.ghostty;
enableBashIntegration = true;
enableZshIntegration = true;
settings = {
theme = "Catppuccin Macchiato";
background-opacity = "0.95";
font-family = "IosevkaNFM";
};
};
}
+1 -1
View File
@@ -16,7 +16,7 @@
nil
nixd
lean4
iosevka
nerd-fonts.iosevka
desktop-file-utils
# CLI
+1 -1
View File
@@ -54,7 +54,7 @@
};
terminal = {
font_family = "Iosevka";
font_family = "IosevkaNFM";
};
ui_font_family = "Iosevka";