Add new monitor, update thefuck
This commit is contained in:
Generated
+3
-3
@@ -1220,11 +1220,11 @@
|
|||||||
"uv2nix": "uv2nix"
|
"uv2nix": "uv2nix"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1775480016,
|
"lastModified": 1776248910,
|
||||||
"narHash": "sha256-DXsHc7JC1Ffm2win6oCZHu966YJR37Hy3J25UGXt9Eo=",
|
"narHash": "sha256-MrwY8D48uZMTI/D6TEBmG1osklyAlqdtYeH+1cBeRNU=",
|
||||||
"owner": "LichHunter",
|
"owner": "LichHunter",
|
||||||
"repo": "thefuck",
|
"repo": "thefuck",
|
||||||
"rev": "c1145c95d9bde53ec912e493c7c8e6ccc74b136d",
|
"rev": "7cac5ac8709dade676264af51afbe7a4d3c84582",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|||||||
@@ -1,10 +1,16 @@
|
|||||||
{ config, lib, pkgs, ... }:
|
{
|
||||||
|
config,
|
||||||
|
lib,
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}:
|
||||||
|
|
||||||
with lib;
|
with lib;
|
||||||
|
|
||||||
let
|
let
|
||||||
cfg = config.dov.kanshi;
|
cfg = config.dov.kanshi;
|
||||||
in {
|
in
|
||||||
|
{
|
||||||
options.dov.kanshi.enable = mkEnableOption "kanshi config";
|
options.dov.kanshi.enable = mkEnableOption "kanshi config";
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
@@ -29,12 +35,18 @@ in {
|
|||||||
outputs = [
|
outputs = [
|
||||||
{
|
{
|
||||||
criteria = "eDP-1";
|
criteria = "eDP-1";
|
||||||
position = "480,1440";
|
position = "2160,1440";
|
||||||
|
mode = "2560x1440@165Hz";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
criteria = "LG Electronics LG ULTRAWIDE 201NTTQC5617";
|
criteria = "LG Electronics LG ULTRAWIDE 201NTTQC5617";
|
||||||
|
position = "3440,0";
|
||||||
|
mode = "3440x1440@49.95Hz";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
criteria = "Lenovo Group Limited LEN G34w-10 URW07XK8";
|
||||||
position = "0,0";
|
position = "0,0";
|
||||||
mode = "3440x1440";
|
mode = "3440x1440@50Hz";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
@@ -66,7 +78,7 @@ in {
|
|||||||
{
|
{
|
||||||
criteria = "DP-5";
|
criteria = "DP-5";
|
||||||
position = "0,0";
|
position = "0,0";
|
||||||
mode = "3440x1440";
|
mode = "3440x1440@50Hz";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -260,3 +260,8 @@
|
|||||||
:bind ("C-c C-'" . claude-code-ide-menu) ; Set your favorite keybinding
|
:bind ("C-c C-'" . claude-code-ide-menu) ; Set your favorite keybinding
|
||||||
:config
|
:config
|
||||||
(claude-code-ide-emacs-tools-setup))) ; Optionally enable Emacs MCP tools
|
(claude-code-ide-emacs-tools-setup))) ; Optionally enable Emacs MCP tools
|
||||||
|
|
||||||
|
|
||||||
|
(after! treemacs
|
||||||
|
(setq treemacs-collapse-dirs 3)
|
||||||
|
)
|
||||||
|
|||||||
@@ -122,6 +122,7 @@
|
|||||||
btop
|
btop
|
||||||
htop
|
htop
|
||||||
nvitop
|
nvitop
|
||||||
|
tree
|
||||||
|
|
||||||
#torrent
|
#torrent
|
||||||
qbittorrent
|
qbittorrent
|
||||||
|
|||||||
Reference in New Issue
Block a user