mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
Modularized GUI for potentially new environments in the future
This commit is contained in:
parent
d725ffdbfa
commit
46682b9b42
23 changed files with 77 additions and 39 deletions
|
|
@ -10,5 +10,8 @@ in
|
|||
home.packages = with pkgs; [
|
||||
weechat
|
||||
];
|
||||
programs.bash.shellAliases = {
|
||||
chat = "weechat";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue