dump
feat(hardware): add android to udev fix(home/desktop): use new gtk-theme Colloid fix(home/default): update golang to latest
This commit is contained in:
parent
ff4a62fb51
commit
4ec0f7614e
|
@ -49,7 +49,8 @@
|
|||
# pure-prompt
|
||||
# vimPlugins.nvim-lspconfig
|
||||
# vimPlugins.nerdtree
|
||||
go_1_18 gcc libcap
|
||||
#go_1_18
|
||||
go gcc libcap
|
||||
gopls
|
||||
# cargo
|
||||
rustup
|
||||
|
|
|
@ -64,10 +64,16 @@
|
|||
# package = pkgs.yaru-theme;
|
||||
# name = "Yaru-dark";
|
||||
|
||||
package = pkgs.flat-remix-gtk;
|
||||
name = "Flat-Remix-GTK-Blue-Darkest";
|
||||
# package = pkgs.flat-remix-gtk;
|
||||
# name = "Flat-Remix-GTK-Blue-Darkest";
|
||||
# name = "Flat-Remix-GTK-Blue-Darkest-NoBorder";
|
||||
# name = "Flat-Remix-GTK-Blue-Darker";
|
||||
package = pkgs.colloid-gtk-theme.override {
|
||||
sizeVariants = [ "compact" ];
|
||||
tweaks = [ "black" "rimless" ];
|
||||
themeVariants = [ "all" ];
|
||||
};
|
||||
name = "Colloid-Compact";
|
||||
};
|
||||
iconTheme = {
|
||||
package = pkgs.yaru-theme;
|
||||
|
|
|
@ -49,6 +49,10 @@
|
|||
networking.useNetworkd = true;
|
||||
networking.useDHCP = false;
|
||||
|
||||
services.udev.packages = with pkgs; [
|
||||
android-udev-rules
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
pciutils
|
||||
wireguard-tools
|
||||
|
|
Loading…
Reference in New Issue