mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 09:16:35 +01:00
Use discord ovveride instead of making a new desktop icon
This commit is contained in:
parent
83bbf4e69e
commit
8f42189431
3 changed files with 1 additions and 12 deletions
|
@ -19,6 +19,7 @@
|
||||||
lutris
|
lutris
|
||||||
bottles
|
bottles
|
||||||
google-chrome
|
google-chrome
|
||||||
|
discord.overrideAttrs (old: { desktopItem = old.desktopItem.override (old: { exec = old.exec + " --disable-gpu-sandbox"; }); })
|
||||||
];
|
];
|
||||||
openssh.authorizedKeys.keys = [
|
openssh.authorizedKeys.keys = [
|
||||||
"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCUWMJyy2qq2aacVv/J5raugh7UKEmCs+JpagQh30mYqwLV9YQtOfZ+A3Q1qOOLPHTTciLydsfz8K2jBGXEv49uqz9P33aw63RzSaLdcnXhBJRmZvJ3AujLBKDIo24PLOVasogtu01eyQALTg4npX+qlti2UsxLY5O8E5paFJvJ+5rGE3/34c4xA9xthUm7G7SCSt4AhVXwPGB1tqz1KLqGdTJQhvy80laEDSV4tAYpiabmjhNFKGpf8T7afnw1MzKXz+ba6exBcGaJfy2Q24DLztZsW7fsTE1iCdkbcmos9/jUR6NooKFgDr0M4CL2TVZB5pECSiOev06GMnLt+vpxjFL29YeGMaVMmNCedkL1z1mftbXLEL7934kEK9FpEpSwzbRTJ7iPvfYZuTHiT6fi2Ep7n+zzRS+/ZgDUDLSqZYEBmE4dO4LgcqzOsJo5EgoyLGoqQ4OpvPRY12T3rCWUfEgOCXgToF0WlUyxCaPZCfvUjM4LXNlIy/dtivMxMs8= jopejoe1@yokai"
|
"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCUWMJyy2qq2aacVv/J5raugh7UKEmCs+JpagQh30mYqwLV9YQtOfZ+A3Q1qOOLPHTTciLydsfz8K2jBGXEv49uqz9P33aw63RzSaLdcnXhBJRmZvJ3AujLBKDIo24PLOVasogtu01eyQALTg4npX+qlti2UsxLY5O8E5paFJvJ+5rGE3/34c4xA9xthUm7G7SCSt4AhVXwPGB1tqz1KLqGdTJQhvy80laEDSV4tAYpiabmjhNFKGpf8T7afnw1MzKXz+ba6exBcGaJfy2Q24DLztZsW7fsTE1iCdkbcmos9/jUR6NooKFgDr0M4CL2TVZB5pECSiOev06GMnLt+vpxjFL29YeGMaVMmNCedkL1z1mftbXLEL7934kEK9FpEpSwzbRTJ7iPvfYZuTHiT6fi2Ep7n+zzRS+/ZgDUDLSqZYEBmE4dO4LgcqzOsJo5EgoyLGoqQ4OpvPRY12T3rCWUfEgOCXgToF0WlUyxCaPZCfvUjM4LXNlIy/dtivMxMs8= jopejoe1@yokai"
|
||||||
|
|
|
@ -47,17 +47,6 @@ in {
|
||||||
templates = "${hcfg.home.homeDirectory}/Templates";
|
templates = "${hcfg.home.homeDirectory}/Templates";
|
||||||
videos = "${hcfg.home.homeDirectory}/Videos";
|
videos = "${hcfg.home.homeDirectory}/Videos";
|
||||||
};
|
};
|
||||||
desktopEntries = {
|
|
||||||
discord = {
|
|
||||||
name = "Discord";
|
|
||||||
exec = "Discord --disable-gpu-sandbox";
|
|
||||||
icon = "discord";
|
|
||||||
terminal = false;
|
|
||||||
genericName = "All-in-one cross-platform voice and text chat for gamers";
|
|
||||||
categories = [ "Network" "InstantMessaging" ];
|
|
||||||
mimeType = [ "x-scheme-handler/discord" ];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
programs = {
|
programs = {
|
||||||
home-manager.enable = true;
|
home-manager.enable = true;
|
||||||
|
|
|
@ -33,7 +33,6 @@
|
||||||
prismlauncher
|
prismlauncher
|
||||||
libsForQt5.discover
|
libsForQt5.discover
|
||||||
skypeforlinux
|
skypeforlinux
|
||||||
discord
|
|
||||||
jetbrains.pycharm-professional
|
jetbrains.pycharm-professional
|
||||||
carla
|
carla
|
||||||
git
|
git
|
||||||
|
|
Loading…
Reference in a new issue