Compare commits
6 Commits
996a25ef83
...
f67b65245b
Author | SHA1 | Date | |
---|---|---|---|
f67b65245b | |||
d7a177bce5 | |||
e7f1b09db4 | |||
eb76cf10b1 | |||
d5c624d644 | |||
d71e586c8c |
44
flake.lock
44
flake.lock
@ -124,11 +124,11 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1717196966,
|
"lastModified": 1717786204,
|
||||||
"narHash": "sha256-yZKhxVIKd2lsbOqYd5iDoUIwsRZFqE87smE2Vzf6Ck0=",
|
"narHash": "sha256-4q0s6m0GUcN7q+Y2DqD27iLvbcd1G50T2lv08kKxkSI=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "57610d2f8f0937f39dbd72251e9614b1561942d8",
|
"rev": "051f920625ab5aabe37c920346e3e69d7d34400e",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@ -171,22 +171,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nixpkgs_2": {
|
"nixpkgs_2": {
|
||||||
"locked": {
|
|
||||||
"lastModified": 1713248628,
|
|
||||||
"narHash": "sha256-NLznXB5AOnniUtZsyy/aPWOk8ussTuePp2acb9U+ISA=",
|
|
||||||
"owner": "NixOS",
|
|
||||||
"repo": "nixpkgs",
|
|
||||||
"rev": "5672bc9dbf9d88246ddab5ac454e82318d094bb8",
|
|
||||||
"type": "github"
|
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"owner": "NixOS",
|
|
||||||
"ref": "nixos-unstable",
|
|
||||||
"repo": "nixpkgs",
|
|
||||||
"type": "github"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"nixpkgs_3": {
|
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1717112898,
|
"lastModified": 1717112898,
|
||||||
"narHash": "sha256-7R2ZvOnvd9h8fDd65p0JnB7wXfUvreox3xFdYWd1BnY=",
|
"narHash": "sha256-7R2ZvOnvd9h8fDd65p0JnB7wXfUvreox3xFdYWd1BnY=",
|
||||||
@ -202,25 +186,6 @@
|
|||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"notlistener": {
|
|
||||||
"inputs": {
|
|
||||||
"nixpkgs": "nixpkgs_2"
|
|
||||||
},
|
|
||||||
"locked": {
|
|
||||||
"lastModified": 1713427933,
|
|
||||||
"narHash": "sha256-Nl12h/3NwvccbZUKqEyIaBohuVu0xpVET/rfriv8jy8=",
|
|
||||||
"ref": "master",
|
|
||||||
"rev": "bebe25cc0210518b2a42eeb2fa9ff928cdde4d58",
|
|
||||||
"revCount": 7,
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://git.t-juice.club/torjus/notlistener"
|
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"ref": "master",
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://git.t-juice.club/torjus/notlistener"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"poetry2nix": {
|
"poetry2nix": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"flake-utils": "flake-utils_2",
|
"flake-utils": "flake-utils_2",
|
||||||
@ -253,13 +218,12 @@
|
|||||||
"huecli": "huecli",
|
"huecli": "huecli",
|
||||||
"nixpkgs": "nixpkgs",
|
"nixpkgs": "nixpkgs",
|
||||||
"nixpkgs-stable": "nixpkgs-stable",
|
"nixpkgs-stable": "nixpkgs-stable",
|
||||||
"notlistener": "notlistener",
|
|
||||||
"sops-nix": "sops-nix"
|
"sops-nix": "sops-nix"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"sops-nix": {
|
"sops-nix": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"nixpkgs": "nixpkgs_3",
|
"nixpkgs": "nixpkgs_2",
|
||||||
"nixpkgs-stable": "nixpkgs-stable_2"
|
"nixpkgs-stable": "nixpkgs-stable_2"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
|
@ -10,7 +10,6 @@
|
|||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
sops-nix.url = "github:Mic92/sops-nix";
|
sops-nix.url = "github:Mic92/sops-nix";
|
||||||
notlistener.url = "git+https://git.t-juice.club/torjus/notlistener?ref=master";
|
|
||||||
ghettoptt = {
|
ghettoptt = {
|
||||||
url = "git+https://git.t-juice.club/torjus/ghettoptt?ref=master";
|
url = "git+https://git.t-juice.club/torjus/ghettoptt?ref=master";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
@ -26,7 +25,6 @@
|
|||||||
, nixpkgs
|
, nixpkgs
|
||||||
, nixpkgs-stable
|
, nixpkgs-stable
|
||||||
, sops-nix
|
, sops-nix
|
||||||
, notlistener
|
|
||||||
, ghettoptt
|
, ghettoptt
|
||||||
, huecli
|
, huecli
|
||||||
, ...
|
, ...
|
||||||
@ -78,7 +76,6 @@
|
|||||||
({ config, pkgs, ... }: {
|
({ config, pkgs, ... }: {
|
||||||
nixpkgs.overlays = [
|
nixpkgs.overlays = [
|
||||||
overlay-stable
|
overlay-stable
|
||||||
notlistener.overlays.default
|
|
||||||
ghettoptt.overlays.default
|
ghettoptt.overlays.default
|
||||||
huecli.overlays.default
|
huecli.overlays.default
|
||||||
];
|
];
|
||||||
|
@ -50,7 +50,7 @@
|
|||||||
|
|
||||||
# LSPs
|
# LSPs
|
||||||
gopls
|
gopls
|
||||||
nodePackages.pyright
|
pyright
|
||||||
nodePackages.typescript-language-server
|
nodePackages.typescript-language-server
|
||||||
nodePackages.typescript
|
nodePackages.typescript
|
||||||
nil
|
nil
|
||||||
|
@ -159,6 +159,10 @@
|
|||||||
# Force opacity
|
# Force opacity
|
||||||
"$shiftMainMod,o,exec, hl-no-opacity"
|
"$shiftMainMod,o,exec, hl-no-opacity"
|
||||||
|
|
||||||
|
# grimblast
|
||||||
|
"$mainMod,Print,exec,grimblast save active ~/tmp/$(date -Iseconds).png"
|
||||||
|
",Print,exec,grimblast copy active"
|
||||||
|
|
||||||
# mumble ptt click
|
# mumble ptt click
|
||||||
# ",code:202,exec,mumble rpc starttalking"
|
# ",code:202,exec,mumble rpc starttalking"
|
||||||
#",code:202,pass,^(info\.mumble\.Mumble)$"
|
#",code:202,pass,^(info\.mumble\.Mumble)$"
|
||||||
|
@ -28,6 +28,7 @@ in
|
|||||||
fzf
|
fzf
|
||||||
go-task
|
go-task
|
||||||
glib
|
glib
|
||||||
|
grimblast
|
||||||
jq
|
jq
|
||||||
ijq
|
ijq
|
||||||
kitty
|
kitty
|
||||||
|
@ -7,5 +7,11 @@
|
|||||||
alsa.support32Bit = true;
|
alsa.support32Bit = true;
|
||||||
pulse.enable = true;
|
pulse.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
locate = {
|
||||||
|
enable = true;
|
||||||
|
package = pkgs.plocate;
|
||||||
|
localuser = null;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user