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