Compare commits

...

3 commits

5 changed files with 10 additions and 2 deletions

View file

@ -5,6 +5,12 @@
imports = [ ./home/work.nix ]; imports = [ ./home/work.nix ];
wayland.windowManager.sway.config = { wayland.windowManager.sway.config = {
output."Dell Inc. DELL P3223QE CCG8YN3".scale = "1.5"; output."Dell Inc. DELL P3223QE CCG8YN3".scale = "1.5";
workspaceOutputAssign = [
{
output = "DP-1";
workspace = "1";
}
];
}; };
}; };
boot = { boot = {

View file

@ -20,7 +20,7 @@
alacritty = { alacritty = {
enable = true; enable = true;
settings = { settings = {
shell = "${config.programs.fish.package}/bin/fish"; shell = "${config.programs.nushell.package}/bin/nu";
window = { window = {
dynamic_title = true; dynamic_title = true;
padding = { padding = {

View file

@ -22,6 +22,7 @@
fd.enable = true; fd.enable = true;
jq.enable = true; jq.enable = true;
nix-index.enable = true; nix-index.enable = true;
nushell.enable = true;
ripgrep.enable = true; ripgrep.enable = true;
bat = { bat = {
enable = true; enable = true;

View file

@ -144,6 +144,7 @@
format = "using [$indicator]($style)"; format = "using [$indicator]($style)";
bash_indicator = " "; bash_indicator = " ";
fish_indicator = "󰈺 "; fish_indicator = "󰈺 ";
nu_indicator = "ν ";
powershell_indicator = " "; powershell_indicator = " ";
cmd_indicator = " "; cmd_indicator = " ";
unknown_indicator = " "; unknown_indicator = " ";

View file

@ -15,7 +15,7 @@
swayimg swayimg
swaybg swaybg
(writeShellScriptBin "swaylockfx" '' (writeShellScriptBin "swaylockfx" ''
${swaylock-effects}/bin/swaylock --screenshots --clock --effect-blur 7x5 --effect-vignette 0.5:0.5 ${swaylock-effects}/bin/swaylock --screenshots --clock --indicator --effect-blur 7x5 --effect-vignette 0.5:0.5
'') '')
(writeShellScriptBin "protonmail-setup-bridge" '' (writeShellScriptBin "protonmail-setup-bridge" ''
pkill -9 -f protonmail-bridge pkill -9 -f protonmail-bridge