refactor: change configuration
to system
This commit is contained in:
parent
8a22a861d4
commit
98a47d867e
10 changed files with 36 additions and 36 deletions
22
system/pop-os.nix
Normal file
22
system/pop-os.nix
Normal file
|
@ -0,0 +1,22 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
let
|
||||
nixpkgs = import ./shared/nixpkgs.nix { };
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
../home-manager/modules/common.nix
|
||||
../home-manager/modules/git.nix
|
||||
../home-manager/modules/home-manager.nix
|
||||
../home-manager/modules/tmux.nix
|
||||
../home-manager/modules/zsh.nix
|
||||
];
|
||||
|
||||
nixpkgs = nixpkgs;
|
||||
|
||||
fonts.fontconfig.enable = true;
|
||||
|
||||
home.packages = with pkgs; [
|
||||
jetbrains-mono
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue