Refactor
This commit is contained in:
parent
491aeb0c7e
commit
48b88ff3ca
7 changed files with 10 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
|||
{ config, ... }:
|
||||
|
||||
{
|
||||
flake.modules.nixos."hosts/PW05CH3L".imports = with config.flake.modules.nixos; [
|
||||
flake.modules.nixos."nixosConfigurations/PW05CH3L".imports = with config.flake.modules.nixos; [
|
||||
workstation
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{ config, ... }:
|
||||
|
||||
{
|
||||
flake.modules.nixos."hosts/PW05CH3L".home-manager.users.${config.flake.meta.owner.username} =
|
||||
flake.modules.nixos."nixosConfigurations/PW05CH3L".home-manager.users.${config.flake.meta.owner.username} =
|
||||
args: {
|
||||
programs.tmux-sessionizer.searchPaths =
|
||||
let
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{ config, ... }:
|
||||
|
||||
{
|
||||
flake.modules.nixos."hosts/lemp11".imports = with config.flake.modules.nixos; [
|
||||
flake.modules.nixos."nixosConfigurations/lemp11".imports = with config.flake.modules.nixos; [
|
||||
pc
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{ config, ... }:
|
||||
|
||||
{
|
||||
flake.modules.nixos."hosts/t480".imports = with config.flake.modules.nixos; [
|
||||
flake.modules.nixos."nixosConfigurations/t480".imports = with config.flake.modules.nixos; [
|
||||
pc
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{ config, ... }:
|
||||
|
||||
{
|
||||
flake.modules.nixos."hosts/t480".home-manager.users.${config.flake.meta.owner.username} = args: {
|
||||
flake.modules.nixos."nixosConfigurations/t480".home-manager.users.${config.flake.meta.owner.username} = args: {
|
||||
programs.tmux-sessionizer.searchPaths =
|
||||
let
|
||||
inherit (args.config.xdg) userDirs;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{ config, ... }:
|
||||
|
||||
{
|
||||
flake.modules.nixos."hosts/t490".imports = with config.flake.modules.nixos; [
|
||||
flake.modules.nixos."nixosConfigurations/t490".imports = with config.flake.modules.nixos; [
|
||||
pc
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue