added iamb
This commit is contained in:
parent
8ded4506da
commit
5a60740f9f
3 changed files with 136 additions and 22 deletions
|
@ -36,6 +36,10 @@
|
|||
url = "github:cpiber/hyprscroller";
|
||||
flake = false;
|
||||
};
|
||||
iamb = {
|
||||
url = "github:ulyssa/iamb";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
outputs =
|
||||
|
@ -92,7 +96,7 @@
|
|||
{
|
||||
wayland.windowManager.hyprland.settings.monitor = [
|
||||
"eDP-1,1920x1200@120,0x0,1"
|
||||
"DP-1, 1920x1080@75.03,3840, transform, 1"
|
||||
"DP-1, 1920x1080@75.03,3840x0,1,transform, 1"
|
||||
"HDMI-A-1,1920x1080@165,1920x0,1"
|
||||
];
|
||||
programs.git.signing = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue