mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 22:00:14 +00:00
add macos applications
This commit is contained in:
@ -1,15 +1,6 @@
|
||||
{ config, lib, pkgs, ... }: {
|
||||
|
||||
imports = [
|
||||
../modules/hardware
|
||||
../modules/system
|
||||
../modules/graphical
|
||||
../modules/shell
|
||||
../modules/gaming
|
||||
../modules/applications
|
||||
../modules/editor
|
||||
../modules/mail/himalaya.nix
|
||||
];
|
||||
imports = [ ../modules/shell ../modules/editor ../modules/mail/himalaya.nix ];
|
||||
|
||||
options = with lib; {
|
||||
dotfilesPath = mkOption {
|
||||
|
@ -18,6 +18,11 @@ nixpkgs.lib.nixosSystem {
|
||||
}
|
||||
./hardware-configuration.nix
|
||||
../common.nix
|
||||
../../modules/hardware
|
||||
../../modules/system
|
||||
../../modules/graphical
|
||||
../../modules/gaming
|
||||
../../modules/applications
|
||||
../../modules/services/keybase.nix
|
||||
../../modules/services/gnupg.nix
|
||||
../../modules/services/mullvad.nix
|
||||
|
@ -8,11 +8,15 @@ darwin.lib.darwinSystem {
|
||||
globals
|
||||
home-manager.darwinModules.home-manager
|
||||
{
|
||||
networking.hostName = "desktop";
|
||||
gui.enable = true;
|
||||
gui.compositor.enable = true;
|
||||
nixpkgs.overlays = [ nur.overlay ];
|
||||
}
|
||||
../common.nix
|
||||
../../modules/darwin
|
||||
../../modules/applications/1password.nix
|
||||
../../modules/applications/alacritty.nix
|
||||
../../modules/applications/discord.nix
|
||||
../../modules/applications/firefox.nix
|
||||
../../modules/applications/obsidian.nix
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user