mirror of
https://github.com/danbulant/dotfiles
synced 2026-09-17 13:23:51 +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"]
|
||||
path = 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; [
|
||||
exfat
|
||||
exfatprogs
|
||||
git
|
||||
# nvtopPackages.full
|
||||
btop
|
||||
|
|
|
|||
|
|
@ -121,6 +121,8 @@ in
|
|||
stateVersion = "25.11";
|
||||
|
||||
packages = with pkgs; [
|
||||
gh
|
||||
inkscape
|
||||
osuLazerBinNvidia
|
||||
osuLazerBinDebug
|
||||
deadlockModManager
|
||||
|
|
@ -134,6 +136,7 @@ in
|
|||
patches = (oldAttrs.patches or [ ]) ++ [ ../../pkgs/qt6ct-0.11.patch ];
|
||||
name = "qt6ct-kde";
|
||||
}))
|
||||
moonlight-qt
|
||||
bubblewrap
|
||||
exiftool
|
||||
kdePackages.qtstyleplugin-kvantum
|
||||
|
|
|
|||
Loading…
Reference in a new issue