mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 17:20:13 +00:00
move more modules to common section
This commit is contained in:
@ -1,10 +1,25 @@
|
||||
{ config, lib, pkgs, ... }: {
|
||||
|
||||
nix.extraOptions = "experimental-features = nix-command flakes";
|
||||
imports = [
|
||||
../modules/hardware
|
||||
../modules/system
|
||||
../modules/graphical
|
||||
../modules/shell
|
||||
../modules/gaming
|
||||
../modules/applications
|
||||
../modules/editor
|
||||
../modules/mail/himalaya.nix
|
||||
];
|
||||
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
config = {
|
||||
|
||||
environment.systemPackages = with pkgs; [ git vim wget curl ];
|
||||
nix.extraOptions = "experimental-features = nix-command flakes";
|
||||
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [ git vim wget curl ];
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
@ -12,24 +12,12 @@ nixpkgs.lib.nixosSystem {
|
||||
gui.enable = true;
|
||||
gui.compositor.enable = true;
|
||||
nixpkgs.overlays = [ nur.overlay ];
|
||||
gaming.leagueoflegends = true;
|
||||
gaming.steam = true;
|
||||
}
|
||||
./hardware-configuration.nix
|
||||
../common.nix
|
||||
../../modules/hardware
|
||||
../../modules/system
|
||||
../../modules/graphical
|
||||
../../modules/shell
|
||||
../../modules/gaming
|
||||
../../modules/mail/himalaya.nix
|
||||
../../modules/services/keybase.nix
|
||||
../../modules/services/gnupg.nix
|
||||
../../modules/applications/firefox.nix
|
||||
../../modules/applications/alacritty.nix
|
||||
../../modules/applications/media.nix
|
||||
../../modules/applications/1password.nix
|
||||
../../modules/applications/discord.nix
|
||||
../../modules/applications/calibre.nix
|
||||
../../modules/editor/neovim
|
||||
../../modules/editor/notes.nix
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user