This commit is contained in:
joy 2024-10-06 22:59:29 +02:00
parent 84510b3807
commit 2cd1903326
3 changed files with 7 additions and 3 deletions

View file

@ -468,11 +468,11 @@
"tinted-tmux": "tinted-tmux" "tinted-tmux": "tinted-tmux"
}, },
"locked": { "locked": {
"lastModified": 1727723275, "lastModified": 1728242323,
"narHash": "sha256-k4HrG8TJQ0RqDS1tlDz71kvWFBNQ7qZI9T5Z0qLR85Y=", "narHash": "sha256-GYGx9aK+PCseQO72u6eJc8LJxWhAm2p2+3WXJ42seE8=",
"owner": "danth", "owner": "danth",
"repo": "stylix", "repo": "stylix",
"rev": "e7e97059776da7e34b739415a7bc8f80f606b803", "rev": "39e5435c1da9ce50fe36deaf58bd2b94dd4d8249",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -9,5 +9,6 @@
./newsboat ./newsboat
./rofi ./rofi
./zsh ./zsh
./zoxide
]; ];
} }

View file

@ -0,0 +1,3 @@
{
programs.zoxide.enable = true;
}