Compare commits
No commits in common. "8f841bba81ce820507bac99cdfd2dfd94093dc1d" and "65805355e03ce801c49a76c37aa1915f79ad5523" have entirely different histories.
8f841bba81
...
65805355e0
2 changed files with 4 additions and 5 deletions
|
@ -40,25 +40,24 @@ with config;
|
||||||
packages = with pkgs;
|
packages = with pkgs;
|
||||||
[
|
[
|
||||||
#apps
|
#apps
|
||||||
(unstable.flameshot.override { enableWlrSupport = true; })
|
unstable.vesktop
|
||||||
inputs.ghostty.packages.${pkgs.system}.default
|
inputs.ghostty.packages.${pkgs.system}.default
|
||||||
mods
|
|
||||||
obsidian
|
obsidian
|
||||||
parsec-bin
|
parsec-bin
|
||||||
solaar # open source manager for logitech unifying receivers
|
solaar # open source manager for logitech unifying receivers
|
||||||
unstable.bruno
|
unstable.bruno
|
||||||
|
(unstable.flameshot.override { enableWlrSupport = true; })
|
||||||
unstable.fractal
|
unstable.fractal
|
||||||
unstable.httpie
|
unstable.httpie
|
||||||
unstable.jetbrains.datagrip
|
unstable.jetbrains.datagrip
|
||||||
|
mods
|
||||||
unstable.peazip
|
unstable.peazip
|
||||||
unstable.seabird
|
unstable.seabird
|
||||||
unstable.talosctl
|
unstable.talosctl
|
||||||
unstable.telegram-desktop
|
unstable.telegram-desktop
|
||||||
unstable.tidal-hifi
|
unstable.tidal-hifi
|
||||||
unstable.vault
|
unstable.vault
|
||||||
unstable.vesktop
|
|
||||||
vlc
|
vlc
|
||||||
yt-dlp
|
|
||||||
|
|
||||||
# cli
|
# cli
|
||||||
brightnessctl
|
brightnessctl
|
||||||
|
|
|
@ -90,7 +90,7 @@ in
|
||||||
mySystem = {
|
mySystem = {
|
||||||
purpose = "Production";
|
purpose = "Production";
|
||||||
system = {
|
system = {
|
||||||
motd.networkInterfaces = [ "enp36s0f0" ];
|
motd.networkInterfaces = [ "enp36s0f0" "enp36s0f1" ];
|
||||||
# Incus
|
# Incus
|
||||||
incus = {
|
incus = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue