remove amdvlk driver
This commit is contained in:
parent
8ee44f18ed
commit
67c8c07db5
8 changed files with 27 additions and 41 deletions
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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 = [
|
||||
|
|
|
@ -122,9 +122,6 @@
|
|||
'';
|
||||
};
|
||||
home.file.".config/eww".source = ./eww;
|
||||
home.packages = with pkgs; [
|
||||
eww-wayland
|
||||
jq
|
||||
];
|
||||
home.packages = with pkgs; [ eww-wayland jq ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -433,8 +433,6 @@ in {
|
|||
Install = { WantedBy = [ "sway-session.target" ]; };
|
||||
};
|
||||
};
|
||||
home.file = {
|
||||
".local/share/backgrounds".source = ./backgrounds;
|
||||
};
|
||||
home.file = { ".local/share/backgrounds".source = ./backgrounds; };
|
||||
};
|
||||
}
|
||||
|
|
|
@ -231,8 +231,6 @@ in {
|
|||
}
|
||||
'';
|
||||
};
|
||||
home.packages = with pkgs; [
|
||||
waybar
|
||||
];
|
||||
home.packages = with pkgs; [ waybar ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue