Compare commits
2 Commits
matrix-rtc
...
b547296fb3
| Author | SHA1 | Date | |
|---|---|---|---|
| b547296fb3 | |||
| 9d1ca43913 |
@@ -12,7 +12,8 @@
|
|||||||
autoStart = true;
|
autoStart = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs;
|
||||||
|
lib.optionals (device.is "ryu") [
|
||||||
# pulseaudio
|
# pulseaudio
|
||||||
playerctl
|
playerctl
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -13,6 +13,7 @@ in
|
|||||||
[alias]
|
[alias]
|
||||||
lldb = ["with", "rust-lldb", "--"]
|
lldb = ["with", "rust-lldb", "--"]
|
||||||
t = ["nextest", "run"]
|
t = ["nextest", "run"]
|
||||||
|
pkgs = ["metadata", "--no-deps", "--format-version", "1"]
|
||||||
|
|
||||||
[net]
|
[net]
|
||||||
git-fetch-with-cli = true
|
git-fetch-with-cli = true
|
||||||
|
|||||||
Reference in New Issue
Block a user