Revert "Revert switching to my branch of plasma manager"
This reverts commit 8699442aba.
This commit is contained in:
parent
56442c00dd
commit
5e271ae4a5
4 changed files with 15 additions and 7 deletions
13
flake.lock
generated
13
flake.lock
generated
|
|
@ -353,15 +353,16 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1712484920,
|
||||
"narHash": "sha256-wNwv12U/QYYgZanycZ32A41cEDa2zPwYuMKK6AJYNJk=",
|
||||
"owner": "pjones",
|
||||
"lastModified": 1713952910,
|
||||
"narHash": "sha256-7ICgAfFSQXZlWyhfSrGXAS0rg2YSMKqEO+4EF4lH25I=",
|
||||
"owner": "toast003",
|
||||
"repo": "plasma-manager",
|
||||
"rev": "4b127a5ede004f5c6d7c41938c2986b599dc0bf3",
|
||||
"rev": "13c65048f1f527c7d4ee1f921fa1847129139385",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "pjones",
|
||||
"owner": "toast003",
|
||||
"ref": "libinput",
|
||||
"repo": "plasma-manager",
|
||||
"type": "github"
|
||||
}
|
||||
|
|
@ -458,4 +459,4 @@
|
|||
},
|
||||
"root": "root",
|
||||
"version": 7
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@
|
|||
};
|
||||
|
||||
plasma-manager = {
|
||||
url = "github:pjones/plasma-manager";
|
||||
url = "github:toast003/plasma-manager/libinput";
|
||||
inputs.nixpkgs.follows = "nixpkgs-unstable-raw";
|
||||
inputs.home-manager.follows = "home-manager-unstable";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -114,6 +114,7 @@
|
|||
comment = "Application for managing and playing games on Steam";
|
||||
};
|
||||
};
|
||||
programs.plasma.input.keyboard.layouts = lib.mkForce ["us"];
|
||||
}
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -132,6 +132,12 @@ in {
|
|||
number = 2;
|
||||
};
|
||||
};
|
||||
input = {
|
||||
keyboard = {
|
||||
layouts = ["es"];
|
||||
numlockOnStartup = "off";
|
||||
};
|
||||
};
|
||||
panels = [
|
||||
{
|
||||
location = "bottom";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue