more refactoring
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{ pkgs, hyper, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
home.packages = (with pkgs; [
|
||||
chromium
|
||||
gnome-clocks
|
||||
gnome-calculator
|
||||
@@ -8,7 +8,7 @@
|
||||
qbittorrent
|
||||
wl-clipboard
|
||||
xfce.thunar
|
||||
] ++ (if (hyper.host != "NxACE") then [
|
||||
]) ++ (if hyper.isWorkstation then (with pkgs; [
|
||||
signal-desktop
|
||||
unstable.code-cursor-fhs
|
||||
latest.antigravity
|
||||
@@ -19,5 +19,5 @@
|
||||
audacity
|
||||
gemini-cli
|
||||
libreoffice
|
||||
] else []);
|
||||
]) else []);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user