z
This commit is contained in:
parent
84510b3807
commit
2cd1903326
|
@ -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": {
|
||||||
|
|
|
@ -9,5 +9,6 @@
|
||||||
./newsboat
|
./newsboat
|
||||||
./rofi
|
./rofi
|
||||||
./zsh
|
./zsh
|
||||||
|
./zoxide
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
3
modules/apps/home/zoxide/default.nix
Normal file
3
modules/apps/home/zoxide/default.nix
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
programs.zoxide.enable = true;
|
||||||
|
}
|
Loading…
Reference in a new issue