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