Everything is FUCKED
This commit is contained in:
parent
36d47bbb59
commit
92a12b490e
11 changed files with 108 additions and 123 deletions
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
inputs,
|
||||
pkgs,
|
||||
home,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
inputs.arrpc.homeManagerModules.default
|
||||
];
|
||||
|
||||
home.packages = [pkgs.webcord-vencord];
|
||||
|
||||
# provided by the arrpc-flake home-manager module
|
||||
services.arrpc.enable = true;
|
||||
}
|
||||
|
|
@ -5,7 +5,6 @@
|
|||
...
|
||||
}: {
|
||||
imports = [
|
||||
./arrpc.nix
|
||||
./packages.nix # home.packages and similar stuff
|
||||
./neovim-flake.nix
|
||||
];
|
||||
|
|
@ -15,8 +14,8 @@
|
|||
homeDirectory = "/home/floppydisk";
|
||||
file.".config/lockonsleep/config.sh".source = ./lock.sh;
|
||||
file.".config/hypr/hyprpaper.conf".text = ''
|
||||
preload = ${/. + ../../misc/wallpapers/oneshot-1.jpg}
|
||||
wallpaper = ,${/. + ../../misc/wallpapers/oneshot-1.jpg}
|
||||
preload = ${/. + ../../misc/wallpapers/ibm.png}
|
||||
wallpaper = ,${/. + ../../misc/wallpapers/ibm.png}
|
||||
splash = false
|
||||
'';
|
||||
};
|
||||
|
|
@ -34,7 +33,7 @@
|
|||
};
|
||||
|
||||
services.udiskie.enable = true;
|
||||
|
||||
services.arrpc.enable = true;
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
shellAliases = {
|
||||
|
|
|
|||
|
|
@ -32,8 +32,8 @@
|
|||
gaps_in = 5;
|
||||
gaps_out = 20;
|
||||
border_size = 2;
|
||||
"col.active_border" = "rgba(33ccffee) rgba(00ff99ee) 45deg";
|
||||
"col.inactive_border" = "rgba(595959aa)";
|
||||
"col.active_border" = "rgb(f38ba8)";
|
||||
"col.inactive_border" = "rgb(313244)";
|
||||
layout = "dwindle";
|
||||
};
|
||||
|
||||
|
|
@ -44,10 +44,7 @@
|
|||
passes = 1;
|
||||
new_optimizations = 1;
|
||||
};
|
||||
drop_shadow = "yes";
|
||||
shadow_range = 20;
|
||||
shadow_render_power = 5;
|
||||
"col.shadow" = "rgba(1a1a1aee)";
|
||||
drop_shadow = "no";
|
||||
};
|
||||
|
||||
animations = {
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@
|
|||
qemu
|
||||
virt-manager
|
||||
exactaudiocopy
|
||||
abcde
|
||||
fsv
|
||||
lsd
|
||||
lsdvd
|
||||
|
|
@ -71,6 +72,7 @@
|
|||
mycli
|
||||
squirrel-sql
|
||||
figma-linux
|
||||
processing
|
||||
|
||||
# langs
|
||||
openscad
|
||||
|
|
@ -83,7 +85,6 @@
|
|||
deno
|
||||
python310
|
||||
python310Packages.pip
|
||||
python310Packages.discordpy
|
||||
dotnet-sdk
|
||||
jdk17
|
||||
maven
|
||||
|
|
@ -93,7 +94,6 @@
|
|||
|
||||
# comms
|
||||
nheko
|
||||
element-desktop
|
||||
vesktop
|
||||
caprine-bin
|
||||
teamspeak5_client
|
||||
|
|
@ -109,7 +109,6 @@
|
|||
prismlauncher
|
||||
fceux
|
||||
snes9x
|
||||
heroic
|
||||
openrct2
|
||||
osu-lazer-bin
|
||||
|
||||
|
|
|
|||
|
|
@ -141,7 +141,7 @@
|
|||
format-charging = " {capacity}%";
|
||||
format-plugged = " {capacity}%";
|
||||
format-alt = "{icon}{time}";
|
||||
format-icoms = [" " " " " " " " " "];
|
||||
format-icons = [" " " " " " " " " "];
|
||||
};
|
||||
|
||||
"network" = {
|
||||
|
|
|
|||
Reference in a new issue