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