change shell config to module, and ghostty also.
This commit is contained in:
parent
19d80c007f
commit
414972925c
8 changed files with 176 additions and 89 deletions
|
|
@ -9,10 +9,8 @@
|
|||
{
|
||||
imports = [
|
||||
./starship
|
||||
./fish
|
||||
./firefox.nix
|
||||
./foot
|
||||
./ghostty
|
||||
./niri
|
||||
./zed.nix
|
||||
];
|
||||
|
|
@ -25,6 +23,9 @@
|
|||
name = "ulic-youthlic";
|
||||
signKey = "C6FCBD7F49E1CBBABD6661F7FC02063F04331A95";
|
||||
};
|
||||
fish.enable = true;
|
||||
bash.enable = true;
|
||||
ghostty.enable = true;
|
||||
};
|
||||
|
||||
xdg.userDirs = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue