mirror of
https://git.dodsorf.as/Dandellion/dotfiles.git
synced 2024-12-22 07:17:28 +01:00
restructure whole project
This commit is contained in:
parent
ef39f51fcb
commit
b5315c2108
18
machines/desktop.nix
Normal file
18
machines/desktop.nix
Normal file
@ -0,0 +1,18 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
{
|
||||
imports = [ ../profiles ];
|
||||
|
||||
machine = {
|
||||
name = "DanixDesktop";
|
||||
eth = "eno1";
|
||||
};
|
||||
profiles.base.enable = true;
|
||||
profiles.xsession.enable = true;
|
||||
profiles.zsh.enable = true;
|
||||
|
||||
|
||||
programs.home-manager = {
|
||||
enable = true;
|
||||
path = "https://github.com/rycee/home-manager/archive/release-20.03.tar.gz";
|
||||
};
|
||||
}
|
18
machines/laptop.nix
Normal file
18
machines/laptop.nix
Normal file
@ -0,0 +1,18 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
{
|
||||
imports = [ ../profiles ];
|
||||
|
||||
machine = {
|
||||
name = "DanixLaptop";
|
||||
eth = "enp0s25";
|
||||
};
|
||||
profiles.base.enable = true;
|
||||
profiles.xsession.enable = true;
|
||||
profiles.zsh.enable = true;
|
||||
|
||||
|
||||
programs.home-manager = {
|
||||
enable = true;
|
||||
path = "https://github.com/rycee/home-manager/archive/release-20.03.tar.gz";
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user