remove amdvlk driver

This commit is contained in:
Leonardo Eugênio 2022-08-30 22:01:06 -03:00
parent 8ee44f18ed
commit 67c8c07db5
8 changed files with 27 additions and 41 deletions

View file

@ -19,9 +19,7 @@ in {
rustup default stable &>/dev/null &
end
'';
shellAliases = {
rm = "trash";
};
shellAliases = { rm = "trash"; };
shellAbbrs = {
v = "kak";
ns = "nix develop --command $SHELL";
@ -57,8 +55,6 @@ in {
".config/fish/conf.d/prompt.fish".source = ./fish_prompt.fish;
};
programs.command-not-found.enable = true;
home.packages = with pkgs; [
trash-cli
];
home.packages = with pkgs; [ trash-cli ];
};
}

View file

@ -1,6 +1,5 @@
{ config, pkgs, lib, inputs,... }:
let
inherit (import ./variables.nix) key theme color accent font;
{ config, pkgs, lib, inputs, ... }:
let inherit (import ./variables.nix) key theme color accent font;
in {
imports = [

View file

@ -122,9 +122,6 @@
'';
};
home.file.".config/eww".source = ./eww;
home.packages = with pkgs; [
eww-wayland
jq
];
home.packages = with pkgs; [ eww-wayland jq ];
};
}

View file

@ -120,9 +120,7 @@ in {
Hint = "blue";
}));
};
home.file = {
".config/kak-lsp/kak-lsp.toml".source = ./kak/kak-lsp.toml;
};
home.file = { ".config/kak-lsp/kak-lsp.toml".source = ./kak/kak-lsp.toml; };
home.packages = with pkgs; [ kakoune terminal ranger bmenu ];
home.sessionVariables = {
EDITOR = "kak";

View file

@ -433,8 +433,6 @@ in {
Install = { WantedBy = [ "sway-session.target" ]; };
};
};
home.file = {
".local/share/backgrounds".source = ./backgrounds;
};
home.file = { ".local/share/backgrounds".source = ./backgrounds; };
};
}

View file

@ -231,8 +231,6 @@ in {
}
'';
};
home.packages = with pkgs; [
waybar
];
home.packages = with pkgs; [ waybar ];
};
}