Save 0ad data between boots
This commit is contained in:
parent
e78d65d4e4
commit
ad581c9f57
2 changed files with 14 additions and 1 deletions
|
@ -24,6 +24,7 @@
|
|||
../configurations/themes.nix
|
||||
../configurations/thunderbird.nix
|
||||
../configurations/xdg-dirs.nix
|
||||
../configurations/zeroad.nix
|
||||
];
|
||||
|
||||
home-manager.users.charlotte = { pkgs, ... }: {
|
||||
|
@ -39,7 +40,6 @@
|
|||
sshfs
|
||||
wf-recorder
|
||||
wl-clipboard
|
||||
zeroad
|
||||
];
|
||||
programs.zsh.loginExtra = ''
|
||||
if [[ -z "$DISPLAY" ]] && [[ $(tty) = "/dev/tty1" ]]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue