mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 11:12:09 +02:00
add nixcord
This commit is contained in:
8
home/programs/discord/default.nix
Normal file
8
home/programs/discord/default.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ inputs, ... }: {
|
||||
imports = [ inputs.nixcord.homeManagerModules.nixcord ];
|
||||
|
||||
programs.nixcord = {
|
||||
enable = true;
|
||||
config = { frameless = true; };
|
||||
};
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
# My shell configuration
|
||||
{ pkgs, lib, config, ... }:
|
||||
let fetch = config.var.theme.fetch; # neofetch, nerdfetch, pfetch
|
||||
let fetch = config.theme.fetch; # neofetch, nerdfetch, pfetch
|
||||
in {
|
||||
|
||||
home.packages = with pkgs; [ bat ripgrep tldr sesh ];
|
||||
|
||||
6
home/programs/superfile/default.nix
Normal file
6
home/programs/superfile/default.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ inputs, pkgs, ... }: {
|
||||
|
||||
home.packages = [
|
||||
inputs.superfile.packages.${pkgs.system}.default # CLI file manager
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user