2024-04-18 14:21:33 -04:00
|
|
|
{
|
|
|
|
config,
|
2024-06-11 14:25:31 -04:00
|
|
|
inputs,
|
2024-04-18 14:21:33 -04:00
|
|
|
lib,
|
2024-06-11 14:25:31 -04:00
|
|
|
pkgs,
|
|
|
|
self,
|
2024-04-18 14:21:33 -04:00
|
|
|
...
|
2024-06-04 02:03:15 -04:00
|
|
|
}: {
|
2024-06-11 13:31:10 -04:00
|
|
|
home = {
|
|
|
|
homeDirectory = "/home/aly";
|
2024-06-24 00:39:36 -04:00
|
|
|
|
2024-06-21 21:25:43 -04:00
|
|
|
file."${config.xdg.cacheHome}/keepassxc/keepassxc.ini".text = lib.generators.toINI {} {
|
2024-06-17 16:31:54 -04:00
|
|
|
General.LastActiveDatabase = "${config.home.homeDirectory}/sync/Passwords.kdbx";
|
|
|
|
};
|
2024-06-24 00:39:36 -04:00
|
|
|
|
2024-06-11 13:31:10 -04:00
|
|
|
packages = with pkgs; [
|
|
|
|
browsh
|
|
|
|
curl
|
|
|
|
fractal
|
|
|
|
gh
|
|
|
|
git
|
|
|
|
google-chrome
|
|
|
|
obsidian
|
|
|
|
plexamp
|
|
|
|
python3
|
|
|
|
ruby
|
|
|
|
tauon
|
|
|
|
trayscale
|
|
|
|
webcord
|
|
|
|
wget
|
|
|
|
];
|
2024-06-24 00:39:36 -04:00
|
|
|
|
2024-06-17 16:31:54 -04:00
|
|
|
stateVersion = "24.05";
|
|
|
|
username = "aly";
|
2024-06-11 13:31:10 -04:00
|
|
|
};
|
|
|
|
|
|
|
|
programs = {
|
|
|
|
home-manager.enable = true;
|
2024-06-24 00:39:36 -04:00
|
|
|
|
|
|
|
firefox = {
|
2024-06-24 14:01:07 -04:00
|
|
|
enable = true;
|
2024-06-24 07:49:33 -04:00
|
|
|
profiles.work = {
|
|
|
|
id = 1;
|
|
|
|
|
|
|
|
search = {
|
|
|
|
default = "Google";
|
|
|
|
force = true;
|
|
|
|
engines = {
|
|
|
|
"Bing" = {
|
|
|
|
metaData = {
|
|
|
|
hidden = true;
|
|
|
|
alias = "!bing";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
"DuckDuckGo" = {
|
|
|
|
metaData = {
|
|
|
|
hidden = true;
|
|
|
|
alias = "!ddg";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
2024-06-24 00:39:36 -04:00
|
|
|
profiles.default = {
|
|
|
|
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
|
|
|
augmented-steam
|
2024-06-24 14:01:07 -04:00
|
|
|
decentraleyes
|
|
|
|
keepassxc-browser
|
2024-06-24 00:39:36 -04:00
|
|
|
omnivore
|
|
|
|
sidebery
|
|
|
|
sponsorblock
|
2024-06-24 14:01:07 -04:00
|
|
|
ublock-origin
|
2024-06-24 00:39:36 -04:00
|
|
|
zoom-redirector
|
|
|
|
];
|
|
|
|
|
2024-06-24 07:49:33 -04:00
|
|
|
id = 0;
|
|
|
|
|
2024-06-24 00:39:36 -04:00
|
|
|
search = {
|
|
|
|
default = "DuckDuckGo";
|
|
|
|
force = true;
|
|
|
|
engines = {
|
2024-06-24 14:01:07 -04:00
|
|
|
"nixpkgs" = {
|
2024-06-24 00:39:36 -04:00
|
|
|
urls = [
|
|
|
|
{
|
|
|
|
template = "https://search.nixos.org/packages";
|
|
|
|
params = [
|
|
|
|
{
|
|
|
|
name = "type";
|
|
|
|
value = "packages";
|
|
|
|
}
|
|
|
|
{
|
|
|
|
name = "query";
|
|
|
|
value = "{searchTerms}";
|
|
|
|
}
|
|
|
|
];
|
|
|
|
}
|
|
|
|
];
|
|
|
|
|
|
|
|
icon = "${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg";
|
|
|
|
definedAliases = ["!nix"];
|
|
|
|
};
|
|
|
|
|
|
|
|
"Bing" = {
|
|
|
|
metaData = {
|
|
|
|
hidden = true;
|
|
|
|
alias = "!bing";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
"Google" = {
|
|
|
|
metaData = {
|
|
|
|
hidden = true;
|
|
|
|
alias = "!google";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
settings = {
|
|
|
|
"network.cookie.cookieBehavior" = 1;
|
2024-06-24 07:49:33 -04:00
|
|
|
"permissions.default.desktop-notification" = 2;
|
2024-06-24 00:39:36 -04:00
|
|
|
"privacy.donottrackheader.enabled" = true;
|
|
|
|
"privacy.fingerprintingProtection" = true;
|
|
|
|
"privacy.trackingprotection.emailtracking.enabled" = true;
|
|
|
|
"privacy.trackingprotection.enabled" = true;
|
|
|
|
"privacy.trackingprotection.global-checkbox.enabled" = true;
|
|
|
|
"privacy.trackingprotection.socialtracking.enabled" = true;
|
|
|
|
"services.sync.prefs.sync.browser.uiCustomization.state" = true;
|
|
|
|
|
2024-06-24 14:01:07 -04:00
|
|
|
# "browser.uiCustomization.state" = ''
|
|
|
|
# {
|
|
|
|
# "placements": {
|
|
|
|
# "widget-overflow-fixed-list": [],
|
|
|
|
# "unified-extensions-area": [
|
|
|
|
# "ublock0_raymondhill_net-browser-action",
|
|
|
|
# "sponsorblocker_ajay_app-browser-action",
|
|
|
|
# "_019b606a-6f61-4d01-af2a-cea528f606da_-browser-action",
|
|
|
|
# "jid1-bofifl9vbdl2zq_jetpack-browser-action"
|
|
|
|
# ],
|
|
|
|
# "nav-bar": [
|
|
|
|
# "back-button",
|
|
|
|
# "forward-button",
|
|
|
|
# "stop-reload-button",
|
|
|
|
# "customizableui-special-spring1",
|
|
|
|
# "urlbar-container",
|
|
|
|
# "customizableui-special-spring2",
|
|
|
|
# "downloads-button",
|
|
|
|
# "save-extension_omnivore_app-browser-action",
|
|
|
|
# "keepassxc-browser_keepassxc_org-browser-action",
|
|
|
|
# "_3c078156-979c-498b-8990-85f7987dd929_-browser-action",
|
|
|
|
# "unified-extensions-button",
|
|
|
|
# "fxa-toolbar-menu-button"
|
|
|
|
# ],
|
|
|
|
# "toolbar-menubar": [
|
|
|
|
# "menubar-items"
|
|
|
|
# ],
|
|
|
|
# "TabsToolbar": [
|
|
|
|
# "firefox-view-button",
|
|
|
|
# "tabbrowser-tabs",
|
|
|
|
# "new-tab-button",
|
|
|
|
# "alltabs-button"
|
|
|
|
# ],
|
|
|
|
# "PersonalToolbar": [
|
|
|
|
# "personal-bookmarks"
|
|
|
|
# ]
|
|
|
|
# },
|
|
|
|
# "seen": [
|
|
|
|
# "save-extension_omnivore_app-browser-action",
|
|
|
|
# "_019b606a-6f61-4d01-af2a-cea528f606da_-browser-action",
|
|
|
|
# "sponsorblocker_ajay_app-browser-action",
|
|
|
|
# "developer-button",
|
|
|
|
# "keepassxc-browser_keepassxc_org-browser-action",
|
|
|
|
# "ublock0_raymondhill_net-browser-action",
|
|
|
|
# "jid1-bofifl9vbdl2zq_jetpack-browser-action",
|
|
|
|
# "_3c078156-979c-498b-8990-85f7987dd929_-browser-action"
|
|
|
|
# ],
|
|
|
|
# "dirtyAreaCache": [
|
|
|
|
# "unified-extensions-area",
|
|
|
|
# "nav-bar",
|
|
|
|
# "toolbar-menubar",
|
|
|
|
# "TabsToolbar",
|
|
|
|
# "PersonalToolbar"
|
|
|
|
# ],
|
|
|
|
# "currentVersion": 20,
|
|
|
|
# "newElementCount": 4
|
|
|
|
# }
|
|
|
|
# '';
|
2024-06-24 00:39:36 -04:00
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2024-06-11 13:31:10 -04:00
|
|
|
git = {
|
|
|
|
enable = true;
|
|
|
|
userName = "Aly Raffauf";
|
|
|
|
userEmail = "aly@raffauflabs.com";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
wayland.windowManager = {
|
|
|
|
sway.config = {
|
|
|
|
assigns = {
|
|
|
|
"workspace 1: web" = [{app_id = "firefox";} {app_id = "brave-browser";}];
|
|
|
|
"workspace 2: code" = [{app_id = "codium-url-handler";}];
|
|
|
|
"workspace 3: chat" = [{app_id = "org.gnome.Fractal";} {app_id = "WebCord";}];
|
|
|
|
"workspace 4: work" = [{app_id = "google-chrome";} {app_id = "chromium-browser";}];
|
|
|
|
"workspace 10: zoom" = [{class = "zoom";} {app_id = "Zoom";}];
|
|
|
|
};
|
|
|
|
|
|
|
|
startup = [
|
|
|
|
{command = ''${lib.getExe' pkgs.keepassxc "keepassxc"}'';}
|
|
|
|
];
|
|
|
|
};
|
|
|
|
|
|
|
|
hyprland.extraConfig = ''
|
|
|
|
# Workspace - Browser
|
2024-06-26 22:13:02 -04:00
|
|
|
workspace = 1, defaultName:web, on-created-empty:${config.ar.home.defaultApps.webBrowser.exe}
|
2024-06-11 13:31:10 -04:00
|
|
|
windowrulev2 = workspace 1,class:(firefox)
|
|
|
|
windowrulev2 = workspace 1,class:(brave-browser)
|
|
|
|
|
|
|
|
# Workspace - Coding
|
2024-06-26 22:13:02 -04:00
|
|
|
workspace = 2, defaultName:code, on-created-empty:${config.ar.home.defaultApps.editor.exe}
|
2024-06-11 13:31:10 -04:00
|
|
|
windowrulev2 = workspace 2,class:(codium-url-handler)
|
|
|
|
|
|
|
|
# Workspace - Chrome
|
|
|
|
windowrulev2 = workspace 3,class:(google-chrome)
|
|
|
|
|
|
|
|
# Scratchpad Chat
|
|
|
|
# bind = SUPER, S, togglespecialworkspace, magic
|
|
|
|
# bind = SUPER SHIFT, W, movetoworkspace, special:magic
|
|
|
|
workspace = special:magic, on-created-empty:${lib.getExe pkgs.fractal}
|
|
|
|
windowrulev2 = workspace special:magic,class:(org.gnome.Fractal)
|
|
|
|
windowrulev2 = workspace special:magic,class:(WebCord)
|
|
|
|
|
|
|
|
# Scratchpad Notes
|
|
|
|
bind = SUPER, N, togglespecialworkspace, notes
|
|
|
|
bind = SUPER SHIFT, N, movetoworkspace, special:notes
|
|
|
|
workspace = special:notes, on-created-empty:${lib.getExe' pkgs.obsidian "obsidian"}
|
|
|
|
# windowrulev2 = workspace special:notes,class:(obsidian)
|
|
|
|
|
|
|
|
# # Scratchpad Music
|
|
|
|
# bind = SUPER, P, togglespecialworkspace, music
|
|
|
|
# bind = SUPER SHIFT, P, movetoworkspace, special:music
|
|
|
|
# workspace = special:music, on-created-empty:${lib.getExe' pkgs.plexamp "plexamp"}
|
|
|
|
# windowrulev2 = workspace special:music,class:(Plexamp)
|
|
|
|
'';
|
|
|
|
};
|
2024-04-18 14:21:33 -04:00
|
|
|
|
2024-06-26 22:13:02 -04:00
|
|
|
ar.home = {
|
2024-04-18 14:21:33 -04:00
|
|
|
apps = {
|
|
|
|
alacritty.enable = true;
|
|
|
|
bash.enable = true;
|
2024-05-28 23:17:37 -04:00
|
|
|
chromium = {
|
|
|
|
enable = true;
|
2024-06-04 01:18:46 -04:00
|
|
|
package = pkgs.brave;
|
2024-05-28 23:17:37 -04:00
|
|
|
};
|
2024-04-18 14:21:33 -04:00
|
|
|
emacs.enable = true;
|
2024-05-04 07:02:48 -04:00
|
|
|
fastfetch.enable = true;
|
2024-05-28 23:17:37 -04:00
|
|
|
firefox.enable = true;
|
2024-06-21 22:19:28 -04:00
|
|
|
keepassxc.enable = true;
|
2024-04-18 14:21:33 -04:00
|
|
|
neovim.enable = true;
|
2024-05-28 23:17:37 -04:00
|
|
|
tmux.enable = true;
|
2024-04-18 14:21:33 -04:00
|
|
|
vsCodium.enable = true;
|
|
|
|
};
|
2024-06-21 17:24:33 -04:00
|
|
|
|
2024-06-11 17:49:50 -04:00
|
|
|
desktop = {
|
2024-06-20 19:24:55 -04:00
|
|
|
startupApps = [(lib.getExe' pkgs.keepassxc "keepassxc")];
|
2024-06-11 17:49:50 -04:00
|
|
|
};
|
|
|
|
|
2024-05-02 15:58:22 -04:00
|
|
|
scripts = {
|
|
|
|
pp-adjuster.enable = true;
|
|
|
|
};
|
2024-06-21 17:24:33 -04:00
|
|
|
|
2024-06-11 17:49:50 -04:00
|
|
|
theme = {
|
2024-06-21 20:15:59 -04:00
|
|
|
wallpaper = "${config.xdg.dataHome}/backgrounds/wallhaven-3led2d.jpg";
|
2024-06-11 17:49:50 -04:00
|
|
|
};
|
2024-04-18 14:21:33 -04:00
|
|
|
};
|
|
|
|
}
|