mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-05-14 14:12:49 +02:00
Compare commits
No commits in common. "0af1c7bc90a5a11f19e48f4ea65dbac68775437a" and "edf742dd9868f9cede7b1dfd1bb0512cb14ecf7c" have entirely different histories.
0af1c7bc90
...
edf742dd98
3 changed files with 1 additions and 10 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
signing.format = null;
|
signing.format = false;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
user = {
|
user = {
|
||||||
|
|
|
||||||
|
|
@ -56,10 +56,6 @@ in
|
||||||
rustup # rustup from nix for rust :)
|
rustup # rustup from nix for rust :)
|
||||||
gamescope # so i can put it in steam startup command lines
|
gamescope # so i can put it in steam startup command lines
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
(olympus.override {
|
|
||||||
celesteWrapper = "steam-run";
|
|
||||||
})
|
|
||||||
archipelago
|
|
||||||
(pkgs.writeShellApplication {
|
(pkgs.writeShellApplication {
|
||||||
name = "lock-and-power-off-screen";
|
name = "lock-and-power-off-screen";
|
||||||
text = ''
|
text = ''
|
||||||
|
|
|
||||||
|
|
@ -289,11 +289,6 @@
|
||||||
|
|
||||||
programs.java.enable = true;
|
programs.java.enable = true;
|
||||||
|
|
||||||
programs.nix-ld = {
|
|
||||||
# i love programs that work
|
|
||||||
enable = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
virtualisation = {
|
virtualisation = {
|
||||||
libvirtd = {
|
libvirtd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue