Update kde-stuff with changes from main #5
1 changed files with 2 additions and 5 deletions
|
|
@ -1,9 +1,5 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
# TODO: Find out why this does not do anything. If I put this
|
||||
# on flake.nix it does work, so it's not completely wrong.
|
||||
/* nixpkgs.overlays =
|
||||
let
|
||||
discordOverlay = self: super: {
|
||||
discord = super.discord.override {
|
||||
|
|
@ -12,7 +8,8 @@
|
|||
};
|
||||
};
|
||||
in
|
||||
[ discordOverlay ]; */
|
||||
{
|
||||
nixpkgs.overlays = [ discordOverlay ];
|
||||
users.users.toast.packages = with pkgs; [
|
||||
discord
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue