Update common.nix
This commit is contained in:
parent
479d29f06c
commit
4a08d4370e
1 changed files with 9 additions and 2 deletions
11
common.nix
11
common.nix
|
|
@ -1,8 +1,15 @@
|
||||||
# Common.nix
|
# Common.nix
|
||||||
{ config, pkgs, lib, ... }:
|
{ config, pkgs, lib, ... }:
|
||||||
|
|
||||||
|
let
|
||||||
|
home-manager = builtins.fetchTarball {
|
||||||
|
url = "https://github.com/nix-community/home-manager/archive/master.tar.gz";
|
||||||
|
};
|
||||||
|
in
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
|
(import "${home-manager}/nixos")
|
||||||
# hosts #
|
# hosts #
|
||||||
./hosts/FredOS-Gaming.nix
|
./hosts/FredOS-Gaming.nix
|
||||||
./hosts/FredOS-Macbook.nix
|
./hosts/FredOS-Macbook.nix
|
||||||
|
|
@ -81,7 +88,7 @@
|
||||||
# Add packages
|
# Add packages
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
git
|
git
|
||||||
adwaita-icon-theme
|
#adwaita-icon-theme
|
||||||
mission-center
|
#mission-center
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue