Migrate to AwesomeWM + refactor
This commit is contained in:
parent
fbf69b086a
commit
bb8ffbc999
20 changed files with 613 additions and 31 deletions
19
home-manager/sajenim/features/desktop/irc.nix
Normal file
19
home-manager/sajenim/features/desktop/irc.nix
Normal file
|
@ -0,0 +1,19 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
weechat
|
||||
];
|
||||
|
||||
home.persistence."/persist/home/sajenim" = {
|
||||
directories = [
|
||||
# WeeChat configuration files: *.conf, certificates, etc.
|
||||
".config/weechat"
|
||||
# WeeChat data files: logs, scripts, scripts data, xfer files, etc.
|
||||
".local/share/weechat"
|
||||
# WeeChat cache files: scripts cache.
|
||||
".cache/weechat"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue