mirror of
https://github.com/JaxTheWolf/nixos.git
synced 2026-04-01 02:00:22 +02:00
Formatting + misc changes
This commit is contained in:
@@ -10,6 +10,5 @@
|
||||
./packages.nix
|
||||
./programs.nix
|
||||
./services.nix
|
||||
./vm.nix
|
||||
];
|
||||
}
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
|
||||
python = {
|
||||
symbol = "";
|
||||
format = "[](fg:#4B8BBE)[$symbol( $virtualenv )$version](bg:#4B8BBE fg:#FFFFFF)[](fg:#4B8BBE) ";
|
||||
format = "[](fg:#4B8BBE)[$symbol $virtualenv $version](bg:#4B8BBE fg:#FFFFFF)[](fg:#4B8BBE) ";
|
||||
};
|
||||
|
||||
nodejs = {
|
||||
|
||||
@@ -50,8 +50,6 @@
|
||||
zstyle ':completion:*:(ssh|scp|rsync):*:hosts-ipaddr' ignored-patterns '^(<->.<->.<->.<->|(|::)([[:xdigit:].]##:(#c,2))##(|%*))' '127.0.0.<->' '255.255.255.255' '::1' 'fe80::*'
|
||||
zstyle ':completion:*' matcher-list "" 'm:{[:lower:][:upper:]}={[:upper:][:lower:]}' '+l:|?=** r:|?=**'
|
||||
|
||||
eval "$(direnv hook zsh)"
|
||||
|
||||
# Path Management
|
||||
export PATH="$HOME/.local/bin:/usr/local/LinkServer/:$PATH"
|
||||
|
||||
|
||||
@@ -53,7 +53,6 @@
|
||||
curl
|
||||
fet.packages.${pkgs.stdenv.hostPlatform.system}.default
|
||||
ddcutil
|
||||
direnv
|
||||
discord
|
||||
distrobox
|
||||
docker-buildx
|
||||
|
||||
@@ -56,6 +56,11 @@
|
||||
];
|
||||
};
|
||||
|
||||
direnv = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
|
||||
weylus.enable = true;
|
||||
gamescope.enable = true;
|
||||
virt-manager.enable = true;
|
||||
|
||||
@@ -1,23 +0,0 @@
|
||||
{
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
virtualisation.vmVariant = {
|
||||
virtualisation.memorySize = 8192;
|
||||
|
||||
virtualisation.cores = 4;
|
||||
virtualisation.qemu.options = [
|
||||
"-device virtio-vga-gl"
|
||||
"-display gtk,gl=on"
|
||||
"-cpu host"
|
||||
];
|
||||
|
||||
users.users.jax.password = "nixos";
|
||||
services.displayManager.autoLogin = {
|
||||
enable = true;
|
||||
user = "jax";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user