Compare commits
No commits in common. "7d7d1316d99ca9a9c895f556eccb4e82a889698c" and "9b36d4bd8e8849b1560eec13aca34ceb29074c77" have entirely different histories.
7d7d1316d9
...
9b36d4bd8e
6 changed files with 1 additions and 17 deletions
|
@ -53,7 +53,6 @@
|
|||
|
||||
imports = [
|
||||
./appearance
|
||||
./languages
|
||||
./profile
|
||||
./programs
|
||||
./services
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./javascript.nix
|
||||
./go.nix
|
||||
./php.nix
|
||||
];
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
{ ... }:
|
||||
{
|
||||
home.shellAbbrs = {
|
||||
p = "php";
|
||||
pa = "php artisan";
|
||||
a = "php artisan";
|
||||
};
|
||||
}
|
|
@ -10,6 +10,7 @@
|
|||
./fish.nix
|
||||
./fzf.nix
|
||||
./gh.nix
|
||||
./go.nix
|
||||
./hyfetch.nix
|
||||
./lazygit.nix
|
||||
./less.nix
|
||||
|
|
Loading…
Reference in a new issue