full rewrite, first commit
This commit is contained in:
commit
a83c37a638
24 changed files with 4358 additions and 0 deletions
20
homes/x86_64-linux/philipp/default.nix
Normal file
20
homes/x86_64-linux/philipp/default.nix
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
...
|
||||
}:
|
||||
{
|
||||
awesome-flake = {
|
||||
cli-apps = {
|
||||
fish.enable = true;
|
||||
home-manager.enable = true;
|
||||
};
|
||||
|
||||
tools = {
|
||||
git.enable = true;
|
||||
};
|
||||
|
||||
apps = {
|
||||
librewolf.enable = true;
|
||||
kitty.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue