lutris and stuff
This commit is contained in:
parent
018f42e359
commit
1c8b22e443
|
@ -249,7 +249,7 @@
|
||||||
garp = mk "pbsds.net" "x86_64-linux" inputs-2311 "23.11" [ intel-novga cuda ];
|
garp = mk "pbsds.net" "x86_64-linux" inputs-2311 "23.11" [ intel-novga cuda ];
|
||||||
hasselknippe= mk "pbsds.net" "aarch64-linux" inputs-2311 "23.11" [ hw.pine64-pinebook-pro ];
|
hasselknippe= mk "pbsds.net" "aarch64-linux" inputs-2311 "23.11" [ hw.pine64-pinebook-pro ];
|
||||||
#gomperud smattkuken skrytebiffen skalkesnerken balleby bingus skjrlaltatjlstad
|
#gomperud smattkuken skrytebiffen skalkesnerken balleby bingus skjrlaltatjlstad
|
||||||
#bergjlot snortheimsmoen ditlefsen skrukkerud podebusk zmaragd makrell alfnes blix urke hasselknippe pytte uddu imdorf rosenqvist
|
#bergjlot snortheimsmoen ditlefsen skrukkerud podebusk zmaragd makrell alfnes blix urke pytte uddu imdorf rosenqvist
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
inputs = inputs';
|
inputs = inputs';
|
||||||
|
@ -268,7 +268,7 @@
|
||||||
nixosReports = mkHosts (mkReport []);
|
nixosReports = mkHosts (mkReport []);
|
||||||
|
|
||||||
packages = forAllSystems ({ inputs, pkgs, lib, flakes, ... }: let
|
packages = forAllSystems ({ inputs, pkgs, lib, flakes, ... }: let
|
||||||
mk-nspawn-deployer = hostname:
|
mk-nspawn-deployer = hostname: # TODO: nspawn-tarball.nix populates /etc/nixos with junk
|
||||||
(pkgs.callPackage ./pkgs/mk-nspawn-deployer {})
|
(pkgs.callPackage ./pkgs/mk-nspawn-deployer {})
|
||||||
(mkHosts (mkConfig [ "${nixos-nspawn}/nspawn-tarball.nix" ])).${hostname};
|
(mkHosts (mkConfig [ "${nixos-nspawn}/nspawn-tarball.nix" ])).${hostname};
|
||||||
in {
|
in {
|
||||||
|
|
|
@ -99,12 +99,4 @@
|
||||||
|
|
||||||
# Enable touchpad support (enabled default in most desktopManager).
|
# Enable touchpad support (enabled default in most desktopManager).
|
||||||
# services.xserver.libinput.enable = true;
|
# services.xserver.libinput.enable = true;
|
||||||
|
|
||||||
# This value determines the NixOS release from which the default
|
|
||||||
# settings for stateful data, like file locations and database versions
|
|
||||||
# on your system were taken. It's perfectly fine and recommended to leave
|
|
||||||
# this value at the release version of the first install of this system.
|
|
||||||
# Before changing this value read the documentation for this option
|
|
||||||
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
|
|
||||||
system.stateVersion = "23.05"; # Did you read the comment?
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,21 +5,25 @@
|
||||||
|
|
||||||
#services.joycond.enable = true;
|
#services.joycond.enable = true;
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = [
|
||||||
(lutris.override {
|
(pkgs.lutris.override {
|
||||||
extraPkgs = pkgs: [
|
extraPkgs = pkgs: [
|
||||||
|
pkgs.wineWowPackages.staging
|
||||||
|
pkgs.pixman
|
||||||
|
pkgs.libjpeg
|
||||||
|
pkgs.gnome.zenity
|
||||||
];
|
];
|
||||||
extraLibraries = pkgs: [
|
extraLibraries = pkgs: [
|
||||||
];
|
];
|
||||||
})
|
})
|
||||||
|
|
||||||
# ensure icons appear
|
# ensure icons appear
|
||||||
gnome3.adwaita-icon-theme
|
pkgs.gnome3.adwaita-icon-theme
|
||||||
hicolor-icon-theme #
|
pkgs.hicolor-icon-theme #
|
||||||
|
|
||||||
# Needed for some installers like League of Legends
|
# Needed for some installers like League of Legends
|
||||||
openssl
|
pkgs.openssl
|
||||||
gnome.zenity
|
pkgs.gnome.zenity
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -4,11 +4,13 @@
|
||||||
* [ ] don't use pulsar for text/*, i'd rather use bat or micro
|
* [ ] don't use pulsar for text/*, i'd rather use bat or micro
|
||||||
* [ ] https://github.com/luishfonseca/dotfiles/blob/main/modules/programs/htop.nix
|
* [ ] https://github.com/luishfonseca/dotfiles/blob/main/modules/programs/htop.nix
|
||||||
* [ ] cryptpad
|
* [ ] cryptpad
|
||||||
|
* [ ] snappymail
|
||||||
* [ ] mailcatcher
|
* [ ] mailcatcher
|
||||||
* configure stuff to send its shit here
|
* configure stuff to send its shit here
|
||||||
* [ ] https://noted.lol/2-self-hosted-alternatives-to-doodle-meeting-scheduling/
|
* [ ] https://noted.lol/2-self-hosted-alternatives-to-doodle-meeting-scheduling/
|
||||||
* [ ] kukkee
|
* [ ] kukkee
|
||||||
* [ ] rallly
|
* [ ] rallly
|
||||||
|
* [ ] crab.fit?
|
||||||
* [ ] a DAW profile
|
* [ ] a DAW profile
|
||||||
* https://libreddit.noximilien.pbsds.net/r/linuxaudio/comments/wntpyd/linux_plugins_thread_2022/
|
* https://libreddit.noximilien.pbsds.net/r/linuxaudio/comments/wntpyd/linux_plugins_thread_2022/
|
||||||
# dropped
|
# dropped
|
||||||
|
|
|
@ -60,5 +60,4 @@ in
|
||||||
};
|
};
|
||||||
/**/
|
/**/
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue