mirror of
https://github.com/danbulant/dotfiles
synced 2026-09-20 14:54:16 +00:00
Compare commits
3 commits
03902ba85e
...
29b1a7943d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
29b1a7943d | ||
|
|
480a6367c9 | ||
|
|
d8b65aa4cb |
3 changed files with 8 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -1,3 +1,6 @@
|
||||||
[submodule "dots-hyprland"]
|
[submodule "dots-hyprland"]
|
||||||
path = dots-hyprland
|
path = dots-hyprland
|
||||||
url = https://github.com/danbulant/dots-hyprland
|
url = https://github.com/danbulant/dots-hyprland
|
||||||
|
[submodule "cartesi-machine-emulator"]
|
||||||
|
path = cartesi-machine-emulator
|
||||||
|
url = git@github.com:danbulant/machine-emulator
|
||||||
|
|
|
||||||
|
|
@ -386,6 +386,8 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
exfat
|
||||||
|
exfatprogs
|
||||||
git
|
git
|
||||||
# nvtopPackages.full
|
# nvtopPackages.full
|
||||||
btop
|
btop
|
||||||
|
|
|
||||||
|
|
@ -121,6 +121,8 @@ in
|
||||||
stateVersion = "25.11";
|
stateVersion = "25.11";
|
||||||
|
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
|
gh
|
||||||
|
inkscape
|
||||||
osuLazerBinNvidia
|
osuLazerBinNvidia
|
||||||
osuLazerBinDebug
|
osuLazerBinDebug
|
||||||
deadlockModManager
|
deadlockModManager
|
||||||
|
|
@ -134,6 +136,7 @@ in
|
||||||
patches = (oldAttrs.patches or [ ]) ++ [ ../../pkgs/qt6ct-0.11.patch ];
|
patches = (oldAttrs.patches or [ ]) ++ [ ../../pkgs/qt6ct-0.11.patch ];
|
||||||
name = "qt6ct-kde";
|
name = "qt6ct-kde";
|
||||||
}))
|
}))
|
||||||
|
moonlight-qt
|
||||||
bubblewrap
|
bubblewrap
|
||||||
exiftool
|
exiftool
|
||||||
kdePackages.qtstyleplugin-kvantum
|
kdePackages.qtstyleplugin-kvantum
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue