mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2026-03-23 05:06:42 +00:00
Compare commits
No commits in common. "5344beda13b5b067565ad88d19584076a4fe290b" and "569c2037e174e7500981a8f6876db27c5264c9d2" have entirely different histories.
5344beda13
...
569c2037e1
5 changed files with 16 additions and 18 deletions
22
flake.lock
generated
22
flake.lock
generated
|
|
@ -66,11 +66,11 @@
|
||||||
"nixpkgs-lib": "nixpkgs-lib"
|
"nixpkgs-lib": "nixpkgs-lib"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1769996383,
|
"lastModified": 1765835352,
|
||||||
"narHash": "sha256-AnYjnFWgS49RlqX7LrC4uA+sCCDBj0Ry/WOJ5XWAsa0=",
|
"narHash": "sha256-XswHlK/Qtjasvhd1nOa1e8MgZ8GS//jBoTqWtrS1Giw=",
|
||||||
"owner": "hercules-ci",
|
"owner": "hercules-ci",
|
||||||
"repo": "flake-parts",
|
"repo": "flake-parts",
|
||||||
"rev": "57928607ea566b5db3ad13af0e57e921e6b12381",
|
"rev": "a34fae9c08a15ad73f295041fec82323541400a9",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
@ -237,15 +237,15 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1770761134,
|
"lastModified": 1769241773,
|
||||||
"narHash": "sha256-65Xg7Rfx9Cj/D+OUF7KZUcYSQPbToBDZpqUfFUAKuwc=",
|
"narHash": "sha256-KiU37jkiRNghmT0j7HMdET07oMBjKHLdgZnDjAsUpL8=",
|
||||||
"owner": "FlameFlag",
|
"owner": "kaylorben",
|
||||||
"repo": "nixcord",
|
"repo": "nixcord",
|
||||||
"rev": "f77d6e05efd34581cbc30e7f426496285711bcde",
|
"rev": "373c02891c905d62efd342dd069fc84bcbd01798",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "FlameFlag",
|
"owner": "kaylorben",
|
||||||
"repo": "nixcord",
|
"repo": "nixcord",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
|
@ -290,11 +290,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs-lib": {
|
"nixpkgs-lib": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1769909678,
|
"lastModified": 1765674936,
|
||||||
"narHash": "sha256-cBEymOf4/o3FD5AZnzC3J9hLbiZ+QDT/KDuyHXVJOpM=",
|
"narHash": "sha256-k00uTP4JNfmejrCLJOwdObYC9jHRrr/5M/a/8L2EIdo=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "nixpkgs.lib",
|
"repo": "nixpkgs.lib",
|
||||||
"rev": "72716169fe93074c333e8d0173151350670b824c",
|
"rev": "2075416fcb47225d9b68ac469a5c4801a9c4dd85",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
nixcord = {
|
nixcord = {
|
||||||
url = "github:FlameFlag/nixcord";
|
url = "github:kaylorben/nixcord";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
nix-flatpak.url = "github:gmodena/nix-flatpak";
|
nix-flatpak.url = "github:gmodena/nix-flatpak";
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,6 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
package = pkgs.writeShellScriptBin "deafen-action" ''
|
package = pkgs.writeShellScriptBin "deafen-action" ''
|
||||||
${pkgs.hyprland}/bin/hyprctl dispatch sendshortcut CTRL+SHIFT, D, 'class:^(discord)$'
|
${pkgs.hyprland}/bin/hyprctl dispatch sendshortcut CTRL+SHIFT, D, 'class:^(vesktop)$'
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
programs.nixcord = {
|
programs.nixcord = {
|
||||||
enable = true;
|
enable = true;
|
||||||
discord.vencord.enable = false;
|
discord.enable = false;
|
||||||
discord.equicord.enable = true;
|
vesktop.enable = true;
|
||||||
config = {
|
config = {
|
||||||
plugins = {
|
plugins = {
|
||||||
biggerStreamPreview.enable = true;
|
biggerStreamPreview.enable = true;
|
||||||
|
|
@ -27,9 +27,6 @@
|
||||||
webKeybinds.enable = true;
|
webKeybinds.enable = true;
|
||||||
webScreenShareFixes.enable = true;
|
webScreenShareFixes.enable = true;
|
||||||
youtubeAdblock.enable = true;
|
youtubeAdblock.enable = true;
|
||||||
limitMiddleClickPaste.enable = true;
|
|
||||||
mediaPlaybackSpeed.enable = true;
|
|
||||||
pinIcon.enable = true;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,7 @@
|
||||||
defaultApplications = {
|
defaultApplications = {
|
||||||
"x-scheme-handler/roblox-player" = "org.vinegarhq.Sober.desktop";
|
"x-scheme-handler/roblox-player" = "org.vinegarhq.Sober.desktop";
|
||||||
"x-scheme-handler/roblox-studio" = "org.vinegarhq.Vinegar.studio.desktop";
|
"x-scheme-handler/roblox-studio" = "org.vinegarhq.Vinegar.studio.desktop";
|
||||||
|
"x-scheme-handler/discord" = "vesktop.desktop";
|
||||||
"x-scheme-handler/roblox-studio-auth" = "org.vinegarhq.Vinegar.studio.desktop";
|
"x-scheme-handler/roblox-studio-auth" = "org.vinegarhq.Vinegar.studio.desktop";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue