mirror of
https://github.com/ryanccn/flake.git
synced 2025-12-06 08:10:43 +01:00
rm: revert NixOS
This commit is contained in:
parent
d44d3919ed
commit
132956970f
5 changed files with 38 additions and 195 deletions
33
home.nix
33
home.nix
|
|
@ -4,25 +4,20 @@
|
|||
ctpModule,
|
||||
discord-applemusic-rich-presence,
|
||||
...
|
||||
}: let
|
||||
inherit (pkgs) lib stdenv;
|
||||
in {
|
||||
}: {
|
||||
home.stateVersion = "23.05";
|
||||
imports =
|
||||
[
|
||||
ctpModule
|
||||
./programs/zsh.nix
|
||||
./programs/fish.nix
|
||||
./programs/starship.nix
|
||||
./programs/git.nix
|
||||
./programs/bat.nix
|
||||
./programs/helix.nix
|
||||
./programs/go.nix
|
||||
./programs/exa.nix
|
||||
]
|
||||
++ lib.optional stdenv.isDarwin [
|
||||
discord-applemusic-rich-presence.overlays.default
|
||||
];
|
||||
imports = [
|
||||
ctpModule
|
||||
discord-applemusic-rich-presence
|
||||
./programs/zsh.nix
|
||||
./programs/fish.nix
|
||||
./programs/starship.nix
|
||||
./programs/git.nix
|
||||
./programs/bat.nix
|
||||
./programs/helix.nix
|
||||
./programs/go.nix
|
||||
./programs/exa.nix
|
||||
];
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
home.packages = with pkgs; [
|
||||
|
|
@ -30,7 +25,7 @@ in {
|
|||
ryan-term-bin
|
||||
];
|
||||
|
||||
services.discord-applemusic-rich-presence = lib.optionalAttrs stdenv.isDarwin {
|
||||
services.discord-applemusic-rich-presence = {
|
||||
enable = true;
|
||||
logFile = "${config.home.homeDirectory}/Library/Logs/discord-applemusic-rich-presence.log";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue