push
This commit is contained in:
@@ -6,13 +6,14 @@
|
||||
"org.vinegarhq.Sober"
|
||||
"org.vinegarhq.Vinegar"
|
||||
{ flatpakref = "https://dl.flathub.org/repo/appstream/org.gimp.GIMP.flatpakref"; sha256 = "1xw8vwpgmyjf5xhh101gqffpwa8x41pysfdl3glx2xv7ydhpc3bj"; }
|
||||
"dev.qwery.AddWater"
|
||||
"io.github.Foldex.AdwSteamGtk"
|
||||
"com.jeffser.Alpaca"
|
||||
#"dev.qwery.AddWater"
|
||||
#"io.github.Foldex.AdwSteamGtk"
|
||||
#"com.jeffser.Alpaca"
|
||||
"com.bambulab.BambuStudio"
|
||||
"org.gabmus.gfeeds"
|
||||
#"org.gabmus.gfeeds"
|
||||
"org.gnome.Decibels"
|
||||
"org.pipewire.Helvum"
|
||||
"io.github.giantpinkrobots.flatsweep"
|
||||
#"io.github.giantpinkrobots.flatsweep"
|
||||
"io.missioncenter.MissionCenter"
|
||||
];
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, pkgs, ... }:
|
||||
{ lib, pkgs, config, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
@@ -32,6 +32,14 @@
|
||||
uninstallUnmanaged = false;
|
||||
};
|
||||
|
||||
programs.virt-manager.enable = true;
|
||||
|
||||
users.groups.libvirtd.members = ["bug"];
|
||||
|
||||
virtualisation.libvirtd.enable = true;
|
||||
|
||||
virtualisation.spiceUSBRedirection.enable = true;
|
||||
|
||||
programs = {
|
||||
bash.shellAliases = {
|
||||
fetch = "fastfetch --file ~/Pictures/Ansi/nix.ans";
|
||||
@@ -71,6 +79,12 @@ ssh -R \"$\{name}:80:localhost:$\{port}\" tuns.sh'\'' _";
|
||||
libraries = with pkgs; [
|
||||
gtk3
|
||||
glib
|
||||
libgbinder
|
||||
pcre2
|
||||
gtk4
|
||||
libadwaita
|
||||
lxc
|
||||
dnsmasq
|
||||
alsa-lib
|
||||
libGL
|
||||
|
||||
|
||||
@@ -34,13 +34,13 @@
|
||||
}:
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "plasticity";
|
||||
version = "25.2.0";
|
||||
version = "25.2.0.beta.13";
|
||||
|
||||
src = fetchurl {
|
||||
#url = "https://github.com/nkallen/plasticity/releases/download/v${version}/Plasticity-${version}-1.x86_64.rpm";
|
||||
#hash = "sha256:166f8hvgdgr5lpkff28ms5qb425b2w7ckskchsabr1nwq49f7y74";
|
||||
url = "https://github.com/4DBug/plasticity/releases/download/beta/plasticity-beta-25.2.0.beta.6-1.x86_64.rpm";
|
||||
hash = "sha256:0xm68cslchx1ppdiwagh9n520kxbjkxgyij4kmhr7pxfbmi1d9h5";
|
||||
url = "https://github.com/4DBug/plasticity/releases/download/${version}/plasticity-beta-${version}-1.x86_64-2.rpm";
|
||||
hash = "sha256:0hqy7gw7fq49bvvpch5k5j5ax9y0z1a1wxm3jhg2w2dxlh79jrl5";
|
||||
};
|
||||
|
||||
passthru.updateScript = ./update.sh;
|
||||
|
||||
@@ -24,5 +24,29 @@
|
||||
# nix language server
|
||||
nixd
|
||||
nil
|
||||
|
||||
gtk3
|
||||
gobject-introspection
|
||||
|
||||
libadwaita
|
||||
|
||||
appimage-run
|
||||
|
||||
nimble
|
||||
clang
|
||||
gnumake
|
||||
nim
|
||||
pkg-config
|
||||
mimalloc
|
||||
|
||||
gnome-boxes
|
||||
|
||||
glib
|
||||
libgbinder
|
||||
pcre2
|
||||
gtk4
|
||||
libadwaita
|
||||
lxc
|
||||
dnsmasq
|
||||
];
|
||||
}
|
||||
|
||||
@@ -14,12 +14,18 @@
|
||||
bit32
|
||||
luautf8
|
||||
jsregexp
|
||||
#lgi
|
||||
lgi
|
||||
gtk3
|
||||
gobject-introspection
|
||||
]))
|
||||
|
||||
go
|
||||
|
||||
(python3.withPackages (ps: with ps; [
|
||||
unidecode
|
||||
discordpy
|
||||
setuptools
|
||||
|
||||
pip
|
||||
pynput
|
||||
python-uinput
|
||||
@@ -69,9 +75,19 @@
|
||||
# jsonschema
|
||||
# scikit-image
|
||||
|
||||
pyautogui
|
||||
pygobject3
|
||||
pycairo
|
||||
|
||||
tkinter
|
||||
pyautogui
|
||||
|
||||
numpy
|
||||
scipy
|
||||
imageio
|
||||
]))
|
||||
|
||||
#nodejs
|
||||
nodejs
|
||||
|
||||
# 3D
|
||||
(blender.withPackages (ps: with ps; [
|
||||
@@ -113,10 +129,24 @@
|
||||
tree
|
||||
gnome-tweaks
|
||||
wine
|
||||
wine64
|
||||
xclicker
|
||||
gh
|
||||
scanmem
|
||||
openrgb
|
||||
samrewritten
|
||||
testdisk
|
||||
impression
|
||||
bambu-studio
|
||||
sushi
|
||||
#lutris
|
||||
resources
|
||||
discord
|
||||
authenticator
|
||||
eyedropper
|
||||
turtle
|
||||
#xonotic
|
||||
apostrophe
|
||||
buffer
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user