Drop legcord, add nixcord with defaults.
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
home.homeDirectory = "/home/jay";
|
||||
|
||||
imports = [
|
||||
inputs.nixcord.homeModules.nixcord
|
||||
inputs.stylix.homeModules.stylix
|
||||
./programs/alacritty.nix
|
||||
./programs/bash.nix
|
||||
@@ -15,6 +16,7 @@
|
||||
./programs/hyprlock.nix
|
||||
./programs/hyprpanel.nix
|
||||
./programs/lazygit.nix
|
||||
./programs/nixcord.nix
|
||||
./programs/oh-my-posh.nix
|
||||
./programs/rbw.nix
|
||||
./programs/rofi.nix
|
||||
@@ -38,7 +40,6 @@
|
||||
# The home.packages option allows you to install Nix packages into your
|
||||
# environment.
|
||||
home.packages = [
|
||||
pkgs.legcord
|
||||
pkgs.libgtop
|
||||
#pkgs.mpvpaper
|
||||
# pkgs.hyprlandPlugins.hyprtrails
|
||||
|
||||
7
nodes/hosts/common/home/jay/programs/nixcord.nix
Normal file
7
nodes/hosts/common/home/jay/programs/nixcord.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ ... }: {
|
||||
programs.nixcord = {
|
||||
enable = true;
|
||||
discord.enable = true;
|
||||
vesktop.enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user