Recreated all the nixes
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
{ pkgs, user, ... }:
|
||||
{
|
||||
# Your configurations here
|
||||
}
|
||||
@@ -1,4 +1,7 @@
|
||||
{ lib, config, pkgs, ... }:
|
||||
{ config, pkgs, lib, user, inputs, ... }:
|
||||
{
|
||||
imports = [ ./placeholder.nix ];
|
||||
imports = [
|
||||
# No subfolders to import
|
||||
];
|
||||
# .. put any code here
|
||||
}
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
{ pkgs, user, ... }:
|
||||
{
|
||||
# Your configurations here
|
||||
}
|
||||
@@ -1,4 +1,7 @@
|
||||
{ lib, config, pkgs, ... }:
|
||||
{ config, pkgs, lib, user, inputs, ... }:
|
||||
{
|
||||
imports = [ ./placeholder.nix ];
|
||||
imports = [
|
||||
# No subfolders to import
|
||||
];
|
||||
# .. put any code here
|
||||
}
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
{ pkgs, user, ... }:
|
||||
{
|
||||
# Your configurations here
|
||||
}
|
||||
@@ -1,4 +1,7 @@
|
||||
{ lib, config, pkgs, ... }:
|
||||
{ config, pkgs, lib, user, inputs, ... }:
|
||||
{
|
||||
imports = [ ./placeholder.nix ];
|
||||
imports = [
|
||||
# No subfolders to import
|
||||
];
|
||||
# .. put any code here
|
||||
}
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
{ pkgs, user, ... }:
|
||||
{
|
||||
# Your configurations here
|
||||
}
|
||||
@@ -1,4 +1,7 @@
|
||||
{ lib, config, pkgs, ... }:
|
||||
{ config, pkgs, lib, user, inputs, ... }:
|
||||
{
|
||||
imports = [ ./placeholder.nix ];
|
||||
imports = [
|
||||
# No subfolders to import
|
||||
];
|
||||
# .. put any code here
|
||||
}
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
{ pkgs, user, ... }:
|
||||
{
|
||||
# Your configurations here
|
||||
}
|
||||
@@ -1,4 +1,7 @@
|
||||
{ lib, config, pkgs, ... }:
|
||||
{ config, pkgs, lib, user, inputs, ... }:
|
||||
{
|
||||
imports = [ ./placeholder.nix ];
|
||||
imports = [
|
||||
# No subfolders to import
|
||||
];
|
||||
# .. put any code here
|
||||
}
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
{ pkgs, user, ... }:
|
||||
{
|
||||
# Your configurations here
|
||||
}
|
||||
@@ -1,4 +1,7 @@
|
||||
{ lib, config, pkgs, ... }:
|
||||
{ config, pkgs, lib, user, inputs, ... }:
|
||||
{
|
||||
imports = [ ./placeholder.nix ];
|
||||
imports = [
|
||||
# No subfolders to import
|
||||
];
|
||||
# .. put any code here
|
||||
}
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
{ config, pkgs, lib, user, inputs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./accessibility/top.nix
|
||||
./file_management/top.nix
|
||||
./gaming/top.nix
|
||||
./media_playback_editing/top.nix
|
||||
./office_productivity/top.nix
|
||||
./terminal_shell/top.nix
|
||||
];
|
||||
# .. put any code here
|
||||
}
|
||||
Reference in New Issue
Block a user