mirror of
https://github.com/ryanccn/flake.git
synced 2025-12-06 08:10:43 +01:00
refactor: programs -> home
This commit is contained in:
parent
042cd345f9
commit
650542009d
21 changed files with 7 additions and 7 deletions
38
home.nix
38
home.nix
|
|
@ -1,38 +0,0 @@
|
|||
{
|
||||
config,
|
||||
ctpModule,
|
||||
discord-applemusic-rich-presence,
|
||||
...
|
||||
}: {
|
||||
home.stateVersion = "23.05";
|
||||
|
||||
imports = [
|
||||
ctpModule
|
||||
discord-applemusic-rich-presence
|
||||
|
||||
./programs/variables.nix
|
||||
./programs/fonts.nix
|
||||
|
||||
./programs/vscode.nix
|
||||
|
||||
./programs/zsh.nix
|
||||
./programs/fish.nix
|
||||
./programs/starship.nix
|
||||
|
||||
./programs/git.nix
|
||||
./programs/bat.nix
|
||||
./programs/helix.nix
|
||||
./programs/go.nix
|
||||
./programs/eza.nix
|
||||
./programs/rust.nix
|
||||
];
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
services.discord-applemusic-rich-presence = {
|
||||
enable = true;
|
||||
logFile = "${config.home.homeDirectory}/Library/Logs/discord-applemusic-rich-presence.log";
|
||||
};
|
||||
|
||||
catppuccin.flavour = "frappe";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue