2024-04-18 14:21:33 -04:00
|
|
|
{
|
|
|
|
inputs,
|
|
|
|
config,
|
|
|
|
pkgs,
|
|
|
|
lib,
|
|
|
|
...
|
|
|
|
}: {
|
|
|
|
imports = [./homeManagerModules];
|
|
|
|
home.username = "aly";
|
|
|
|
home.homeDirectory = "/home/aly";
|
2024-05-03 11:03:50 -04:00
|
|
|
home.stateVersion = "24.05";
|
2024-04-18 14:21:33 -04:00
|
|
|
programs.home-manager.enable = true;
|
|
|
|
|
|
|
|
home.packages = with pkgs; [
|
|
|
|
browsh
|
|
|
|
curl
|
2024-04-18 15:48:29 -04:00
|
|
|
fractal
|
2024-04-18 14:21:33 -04:00
|
|
|
gh
|
|
|
|
git
|
2024-04-24 18:40:08 -04:00
|
|
|
(google-chrome.override {
|
|
|
|
commandLineArgs = [
|
|
|
|
"--enable-features=UseOzonePlatform"
|
|
|
|
"--ozone-platform=wayland"
|
|
|
|
];
|
|
|
|
})
|
2024-04-18 15:48:29 -04:00
|
|
|
obsidian
|
2024-04-18 14:21:33 -04:00
|
|
|
python3
|
|
|
|
ruby
|
2024-04-28 12:42:34 -04:00
|
|
|
trayscale
|
2024-04-18 14:21:33 -04:00
|
|
|
wget
|
|
|
|
zoom-us
|
|
|
|
];
|
|
|
|
|
|
|
|
alyraffauf = {
|
2024-04-24 21:53:44 -04:00
|
|
|
services.syncthing.enable = false;
|
2024-04-20 21:41:11 -04:00
|
|
|
desktop = {
|
|
|
|
hyprland = {
|
|
|
|
enable = true;
|
|
|
|
hyprpaper.randomWallpaper = true;
|
|
|
|
};
|
|
|
|
sway = {
|
|
|
|
enable = true;
|
|
|
|
randomWallpaper = true;
|
|
|
|
};
|
2024-04-18 14:21:33 -04:00
|
|
|
};
|
|
|
|
apps = {
|
|
|
|
alacritty.enable = true;
|
|
|
|
firefox.enable = true;
|
|
|
|
bash.enable = true;
|
|
|
|
emacs.enable = true;
|
|
|
|
eza.enable = true;
|
2024-05-04 07:02:48 -04:00
|
|
|
fastfetch.enable = true;
|
2024-04-18 14:21:33 -04:00
|
|
|
fzf.enable = true;
|
|
|
|
neofetch.enable = true;
|
|
|
|
neovim.enable = true;
|
|
|
|
tmux.enable = true;
|
2024-04-30 20:06:14 -04:00
|
|
|
chromium.enable = true;
|
2024-04-18 14:21:33 -04:00
|
|
|
tauon.enable = true;
|
|
|
|
thunderbird.enable = true;
|
|
|
|
vsCodium.enable = true;
|
|
|
|
webCord.enable = true;
|
|
|
|
};
|
2024-05-02 15:58:22 -04:00
|
|
|
scripts = {
|
|
|
|
pp-adjuster.enable = true;
|
|
|
|
};
|
2024-04-18 14:21:33 -04:00
|
|
|
};
|
2024-05-02 21:51:23 -04:00
|
|
|
|
2024-05-02 22:03:13 -04:00
|
|
|
programs.git = {
|
|
|
|
enable = true;
|
|
|
|
userName = "Aly Raffauf";
|
|
|
|
userEmail = "aly@raffauflabs.com";
|
|
|
|
};
|
|
|
|
|
2024-04-20 15:00:32 -04:00
|
|
|
wayland.windowManager.sway.config.assigns = {
|
2024-04-24 18:45:13 -04:00
|
|
|
"workspace 1: web" = [{app_id = "firefox";}];
|
|
|
|
"workspace 2: code" = [{app_id = "codium-url-handler";}];
|
2024-04-24 18:49:58 -04:00
|
|
|
"workspace 3: chat" = [{app_id = "org.gnome.Fractal";} {app_id = "WebCord";}];
|
2024-05-02 22:03:13 -04:00
|
|
|
"workspace 4: work" = [{app_id = "google-chrome";} {app_id = "chromium-browser";}];
|
2024-04-25 21:02:20 -04:00
|
|
|
"workspace 10: zoom" = [{class = "zoom";} {app_id = "Zoom";}];
|
2024-04-20 15:00:32 -04:00
|
|
|
};
|
2024-04-18 22:42:44 -04:00
|
|
|
wayland.windowManager.hyprland.extraConfig = ''
|
|
|
|
# Workspace - Browser
|
|
|
|
# workspace = name:browser,1, rounding:false, decorate:false, gapsin:0, gapsout:0, border:false
|
|
|
|
# windowrulev2 = workspace name:browser,class:(firefox)
|
|
|
|
windowrulev2 = workspace 1,class:(firefox)
|
|
|
|
|
|
|
|
# Workspace - Coding
|
|
|
|
windowrulev2 = workspace 2,class:(codium-url-handler)
|
|
|
|
|
|
|
|
# Workspace - Zoom
|
|
|
|
windowrulev2 = workspace name:zoom,class:(zoom)
|
|
|
|
|
|
|
|
# Workspace - Chrome
|
|
|
|
windowrulev2 = workspace 4,class:(google-chrome)
|
|
|
|
|
|
|
|
# Scratchpad Magic
|
|
|
|
windowrulev2 = workspace special:magic,class:(org.gnome.Fractal)
|
|
|
|
windowrulev2 = workspace special:magic,class:(WebCord)
|
|
|
|
'';
|
2024-04-18 14:21:33 -04:00
|
|
|
}
|