wip
This commit is contained in:
@@ -34,13 +34,6 @@
|
||||
];
|
||||
|
||||
windowrulev2 = [
|
||||
# ethui-dev
|
||||
# "workspace 2 silent, class:ethui"
|
||||
# "float, class:ethui"
|
||||
# "size 800 800, class:ethui"
|
||||
# "move 100%-800 100%-800, class:ethui"
|
||||
# "noinitialfocus, class:ethui"
|
||||
|
||||
"noinitialfocus, class:bevy-.*"
|
||||
"float, class:bevy-.*"
|
||||
"size 800 600, class:bevy-.*"
|
||||
|
||||
@@ -14,7 +14,7 @@ in
|
||||
wayland.windowManager.hyprland.settings = {
|
||||
monitor = [
|
||||
"eDP-1, preferred, 0x0, 1, bitdepth, 8"
|
||||
"DP-3, preferred, -320x-1440, 1"
|
||||
"DP-3, preferred, 0x-2160, 1.2"
|
||||
# "DP-3, 1920x1200, 0x0, 1, mirror, eDP-1"
|
||||
];
|
||||
};
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
aider-chat
|
||||
];
|
||||
|
||||
home.file.".aider.conf.yml".text = ''
|
||||
code-theme: one-dark
|
||||
auto-commits: false
|
||||
'';
|
||||
}
|
||||
@@ -4,10 +4,12 @@
|
||||
./zsh.nix
|
||||
./neovim
|
||||
./rust.nix
|
||||
./elixir.nix
|
||||
./nodejs.nix
|
||||
./git
|
||||
./solidity.nix
|
||||
./dev.nix
|
||||
./aider.nix
|
||||
];
|
||||
|
||||
programs = {
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
elixir_1_18
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user