laptop: pink 🌸

This commit is contained in:
Vivian 2022-08-29 22:05:10 +02:00
parent f1650b1e85
commit 9a1f4918ae
6 changed files with 83 additions and 21 deletions

View file

@ -1,10 +1,4 @@
{ config, pkgs, lib, fetchFromGithub, ... }:
let
rofi = fetchTarball {
url = "https://github.com/adi1090x/rofi/archive/refs/heads/master.zip";
sha256 = "0wq8v758gnk1wjdqyqmda5rlxlpv33l3sdf3rb3nx834vc5hr1rn";
};
in
{
programs.home-manager.enable = true;
home.username = "victor";
@ -34,19 +28,41 @@ in
retroarchFull
python3
element-desktop-wayland
gnome.gnome-font-viewer
wofi # Wayland rofi
grim # Screenshot tool
wf-recorder # Screenrecorder
wl-clipboard # Clipboard manager
networkmanager_dmenu
brightnessctl
libnotify
];
programs.alacritty = {
programs.foot = {
enable = true;
# Note, pink and blue are switched
settings.colors = {
foreground = "c6d0f5"; # Text
background = "303446"; # Base
regular0 = "51576d"; # Surface 1
regular1 = "e78284"; # red
regular2 = "a6d189"; # green
regular3 = "e5c890"; # yellow
regular4 = "f4b8e4"; # pink
regular5 = "8caaee"; # blue
regular6 = "81c8be"; # teal
regular7 = "b5bfe2"; # Subtext 1
bright0 = "626880"; # Surface 2
bright1 = "e78284"; # red
bright2 = "a6d189"; # green
bright3 = "e5c890"; # yellow
bright4 = "f4b8e4"; # pink
bright5 = "8caaee"; # blue
bright6 = "81c8be"; # teal
bright7 = "a5adce"; # Subtext 0
};
};
programs.git = {
@ -56,6 +72,14 @@ in
userEmail = "victor@xirion.net";
};
programs.mako = {
enable = true;
backgroundColor = "#292c3c";
borderRadius = 5;
borderColor = "#f4b8e4";
textColor = "#c6d0f5";
};
programs.tmux = {
enable = true;
shortcut = "b";
@ -72,10 +96,11 @@ in
enable = true;
package = pkgs.vscode;
extensions = with pkgs.vscode-extensions; [
catppuccin.catppuccin-vsc
james-yu.latex-workshop
jnoortheen.nix-ide
matklad.rust-analyzer
mkhl.direnv
jnoortheen.nix-ide
james-yu.latex-workshop
valentjn.vscode-ltex
];
};
@ -99,11 +124,16 @@ in
name = "Arc";
package = pkgs.arc-icon-theme;
};
cursorTheme = {
name = "Catppuccin-Frappe-Pink-Cursors";
package = pkgs.catppuccin.cursors;
size = 32;
};
};
services.syncthing.enable = true;
home.file.".config/networkmanager-dmenu/config.ini".text = ''
home.file.".config/networkmanager-dmenu/config.ini".text = ''
[dmenu]
dmenu_command = wofi --dmenu -i
# # Note that dmenu_command can contain arguments as well like:

View file

@ -9,6 +9,7 @@
enable = true;
extraConfig = ''
exec-once=${pkgs.hyprpaper}/bin/hyprpaper
exec-once=hyprctl setcursor Catppuccin-Frappe-Pink-Cursors 32
exec-once=eww daemon
exec-once=eww open bar
@ -18,6 +19,7 @@
general {
layout = dwindle
col.active_border = 0xfff4b8e4
}
input {
@ -41,7 +43,7 @@
pseudotile=true
}
bind=SUPER,RETURN,exec,alacritty
bind=SUPER,RETURN,exec,foot
bind=SUPER,f,exec,firefox-devedition
bind=SUPER,d,exec,wofi --show run,drun
@ -86,7 +88,6 @@
# Firefox notifications
windowrule=float,title:^(\s*)$
windowrule=nofocus,title:^(\s*)$
windowrule=move 1569 0,title:^(\s*)$
windowrule=opacity 0.8,title:^(\s*)$
windowrule=rounding 3,title:^(\s*)$