mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
C-c-c-changes
This commit is contained in:
parent
310b1ccf1e
commit
e9e4a844f5
5 changed files with 25 additions and 7 deletions
|
|
@ -34,9 +34,9 @@ with lib;
|
|||
enable = true;
|
||||
};
|
||||
scripts = with pkgs.weechatScripts; [
|
||||
go
|
||||
weechat-go
|
||||
auto_away
|
||||
autosort
|
||||
weechat-autosort
|
||||
parse_relayed_msg
|
||||
colorize_nicks
|
||||
unread_buffer
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
_1password
|
||||
btop
|
||||
bitwarden
|
||||
obsidian
|
||||
discord
|
||||
exiftool
|
||||
thunderbird
|
||||
|
|
|
|||
|
|
@ -7,7 +7,14 @@
|
|||
fi
|
||||
'';
|
||||
|
||||
services.i3gopher = { enable = true; };
|
||||
services = {
|
||||
i3gopher.enable = true;
|
||||
screen-locker = {
|
||||
enable = true;
|
||||
lockCmd = "${pkgs.i3lock-fancy}/bin/i3lock-fancy -n";
|
||||
xautolock.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
home.file.".xinitrc".text = ''
|
||||
exec ~/.xsession
|
||||
|
|
@ -51,7 +58,7 @@
|
|||
];
|
||||
workspaceBindings' = map (lib.mapAttrsToList bindsym) workspaceBindings;
|
||||
workspaceBindingsStr = lib.concatStringsSep "\n" (lib.flatten workspaceBindings');
|
||||
lockCommand = "${pkgs.i3lock}/bin/i3lock -e -u -c 111111";
|
||||
lockCommand = "${pkgs.i3lock-blur}/bin/i3lock-color -n";
|
||||
in
|
||||
{
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue