Chonk
This commit is contained in:
12
flake.lock
generated
12
flake.lock
generated
@@ -22,11 +22,11 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1650478719,
|
"lastModified": 1651531343,
|
||||||
"narHash": "sha256-308c2cM4hW9AW6dSQ080ycXGyEJGkG/OwOINkYL9Mnw=",
|
"narHash": "sha256-DBJFMNlWcht3jdKE2KVbcy1g/e/yryrSs1qSViQd4lE=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "93a69d07389311ffd6ce1f4d01836bbc2faec644",
|
"rev": "0304f0f58b4c538ff704c58d53a778b062810ec7",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@@ -60,11 +60,11 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1650161686,
|
"lastModified": 1651007983,
|
||||||
"narHash": "sha256-70ZWAlOQ9nAZ08OU6WY7n4Ij2kOO199dLfNlvO/+pf8=",
|
"narHash": "sha256-GNay7yDPtLcRcKCNHldug85AhAvBpTtPEJWSSDYBw8U=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "1ffba9f2f683063c2b14c9f4d12c55ad5f4ed887",
|
"rev": "e10da1c7f542515b609f8dfbcf788f3d85b14936",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
"ui.background" = { fg = "foreground", bg = "background" }
|
"ui.background" = { fg = "foreground", bg = "background" }
|
||||||
"ui.cursor" = { fg = "background", bg = "orange", modifiers = ["dim"] }
|
"ui.cursor" = { fg = "background", bg = "orange", modifiers = ["dim"] }
|
||||||
"ui.cursor.match" = { fg = "green", modifiers = ["underlined"] }
|
"ui.cursor.match" = { fg = "green", modifiers = ["underlined"] }
|
||||||
"ui.cursor.primary" = { fg = "background", bg = "cyan", modifier = ["dim"] }
|
"ui.cursor.primary" = { fg = "background", bg = "cyan", modifiers = ["dim"] }
|
||||||
"ui.help" = { fg = "foreground", bg = "background_dark" }
|
"ui.help" = { fg = "foreground", bg = "background_dark" }
|
||||||
"ui.linenr" = { fg = "comment" }
|
"ui.linenr" = { fg = "comment" }
|
||||||
"ui.linenr.selected" = { fg = "foreground" }
|
"ui.linenr.selected" = { fg = "foreground" }
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.kitty.font.size = 19;
|
programs.kitty.font.size = 17;
|
||||||
|
|
||||||
services.picom = {
|
services.picom = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user