more moving
This commit is contained in:
+2
-11
@@ -1,19 +1,10 @@
|
|||||||
{
|
{ pkgs, ... }:
|
||||||
pkgs,
|
|
||||||
inputs,
|
|
||||||
config,
|
|
||||||
...
|
|
||||||
}:
|
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
||||||
# import longer service declarations
|
# import longer service declarations
|
||||||
imports = [
|
imports = [
|
||||||
./alacritty.nix
|
./programs
|
||||||
./firefox.nix
|
|
||||||
./fish.nix
|
|
||||||
./git.nix
|
|
||||||
./nixvim.nix
|
|
||||||
];
|
];
|
||||||
|
|
||||||
home.username = "roy";
|
home.username = "roy";
|
||||||
|
|||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{ ... }: {
|
||||||
|
imports = [
|
||||||
|
./alacritty.nix
|
||||||
|
./firefox.nix
|
||||||
|
./fish.nix
|
||||||
|
./git.nix
|
||||||
|
./nixvim.nix
|
||||||
|
];
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user