mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-15 14:40:09 +03:00
123
This commit is contained in:
@@ -73,22 +73,6 @@ let
|
||||
source = config.lib.file.mkOutOfStoreSymlink "${inputs.zeroq.dirs.therima-drive}";
|
||||
target = "External";
|
||||
};
|
||||
# "Music" = {
|
||||
# source = config.lib.file.mkOutOfStoreSymlink "${inputs.zeroq.dirs.vetymae-drive}/Users/User/Music";
|
||||
# target = "Music";
|
||||
# };
|
||||
# "Pictures" = {
|
||||
# source = config.lib.file.mkOutOfStoreSymlink "${inputs.zeroq.dirs.vetymae-drive}/Users/User/Pictures";
|
||||
# target = "Pictures";
|
||||
# };
|
||||
# "Deploy" = {
|
||||
# source = config.lib.file.mkOutOfStoreSymlink "${inputs.zeroq.dirs.vetymae-drive}/Users/User/Deploy";
|
||||
# target = "Deploy";
|
||||
# };
|
||||
# "Misc" = {
|
||||
# source = config.lib.file.mkOutOfStoreSymlink "${inputs.zeroq.dirs.vetymae-drive}/Users/User/Misc";
|
||||
# target = "Misc";
|
||||
# };
|
||||
};
|
||||
pointerCursor = {
|
||||
enable = true;
|
||||
|
||||
@@ -42,11 +42,12 @@ in
|
||||
home = {
|
||||
packages = with pkgs; [
|
||||
# Surfing
|
||||
(brave.override {
|
||||
commandLineArgs = [
|
||||
"--password-store=basic" # on purpose to make it break "--password-store=gnome-libsecret"
|
||||
];
|
||||
})
|
||||
# (brave.override {
|
||||
# commandLineArgs = [
|
||||
# "--password-store=basic" # on purpose to make it break "--password-store=gnome-libsecret"
|
||||
# ];
|
||||
# })
|
||||
brave
|
||||
nekoray
|
||||
v2rayn
|
||||
|
||||
|
||||
Reference in New Issue
Block a user