Compare commits
5 commits
f0c7f565c3
...
9c5af6a83d
| Author | SHA1 | Date | |
|---|---|---|---|
| 9c5af6a83d | |||
| 0c15fb7844 | |||
| 86bdcf2d39 | |||
| 4bc40a1d37 | |||
| 6439764717 |
3 changed files with 27 additions and 4 deletions
|
|
@ -27,7 +27,7 @@
|
||||||
defaultBranch = "main";
|
defaultBranch = "main";
|
||||||
};
|
};
|
||||||
url = {
|
url = {
|
||||||
"https://github.com/" = {
|
"git@github.com:" = {
|
||||||
insteadOf = [
|
insteadOf = [
|
||||||
"gh:"
|
"gh:"
|
||||||
"github:"
|
"github:"
|
||||||
|
|
@ -39,6 +39,24 @@
|
||||||
"gitlab:"
|
"gitlab:"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
"git@github.com:/Agribit/" = {
|
||||||
|
insteadOf = [
|
||||||
|
"agri:"
|
||||||
|
"Agri:"
|
||||||
|
"agribit:"
|
||||||
|
"Agribit:"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
"ssh://forgejo@forge.imbored.dev:2222/" = {
|
||||||
|
insteadOf = [
|
||||||
|
"forge"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
"ssh://forgejo@forge.imbored.dev:2222/emileclarkb/" = {
|
||||||
|
insteadOf = [
|
||||||
|
"cry"
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -25,8 +25,8 @@ in {
|
||||||
../modules/obsidian.nix
|
../modules/obsidian.nix
|
||||||
|
|
||||||
../modules/angryoxide.nix
|
../modules/angryoxide.nix
|
||||||
../modules/flipperzero.nix
|
# ../modules/flipperzero.nix
|
||||||
../modules/chameleonultragui.nix
|
# ../modules/chameleonultragui.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
nix.settings.experimental-features = [
|
nix.settings.experimental-features = [
|
||||||
|
|
@ -170,6 +170,7 @@ in {
|
||||||
# With backwards compatability for alsa/pulseaudio/jack
|
# With backwards compatability for alsa/pulseaudio/jack
|
||||||
pipewire = {
|
pipewire = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
audio.enable = true;
|
||||||
wireplumber.enable = true;
|
wireplumber.enable = true;
|
||||||
|
|
||||||
alsa.enable = true;
|
alsa.enable = true;
|
||||||
|
|
@ -261,6 +262,8 @@ in {
|
||||||
ani-cli
|
ani-cli
|
||||||
bluetui
|
bluetui
|
||||||
wl-clipboard # clipboard for wayland
|
wl-clipboard # clipboard for wayland
|
||||||
|
hyprpicker # color picker
|
||||||
|
hyprshot # screenshot utility
|
||||||
qbittorrent # torrenting
|
qbittorrent # torrenting
|
||||||
signal-desktop
|
signal-desktop
|
||||||
|
|
||||||
|
|
@ -382,6 +385,8 @@ in {
|
||||||
|
|
||||||
# Games
|
# Games
|
||||||
prismlauncher # minecraft
|
prismlauncher # minecraft
|
||||||
|
pkgs-unstable.olympus # celeste
|
||||||
|
discord
|
||||||
];
|
];
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
|
|
|
||||||
|
|
@ -255,7 +255,7 @@ in {
|
||||||
ani-cli
|
ani-cli
|
||||||
bluetui
|
bluetui
|
||||||
wl-clipboard # clipboard for wayland
|
wl-clipboard # clipboard for wayland
|
||||||
hyprpicker
|
hyprpicker # color picker
|
||||||
hyprshot # screenshot utility
|
hyprshot # screenshot utility
|
||||||
qbittorrent
|
qbittorrent
|
||||||
signal-desktop
|
signal-desktop
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue