feat: Added audacity and swtich openscad to nightly/unstable
Signed-off-by: uttarayan21 <email@uttarayan.me>
This commit is contained in:
9
home/apps/audacity.nix
Normal file
9
home/apps/audacity.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
home.packages = lib.optionals pkgs.stdenv.isLinux (with pkgs; [
|
||||
audacity
|
||||
]);
|
||||
}
|
||||
@@ -5,26 +5,27 @@
|
||||
}:
|
||||
lib.optionalAttrs device.hasGui {
|
||||
imports = [
|
||||
./bambu-studio.nix
|
||||
./audacity.nix
|
||||
./bottles.nix
|
||||
./chromium.nix
|
||||
./cursor.nix
|
||||
./firefox.nix
|
||||
./ghostty.nix
|
||||
./gimp.nix
|
||||
./guitarix.nix
|
||||
./hyprpicker.nix
|
||||
./kicad.nix
|
||||
./kitty.nix
|
||||
./mpv.nix
|
||||
./neovide.nix
|
||||
./obs-studio.nix
|
||||
./openscad.nix
|
||||
./orcaslicer.nix
|
||||
./thunderbird.nix
|
||||
./vlc.nix
|
||||
./vscode.nix
|
||||
./wezterm.nix
|
||||
./zathura.nix
|
||||
./zed.nix
|
||||
./gimp.nix
|
||||
./kicad.nix
|
||||
./chromium.nix
|
||||
./thunderbird.nix
|
||||
./neovide.nix
|
||||
./openscad.nix
|
||||
./bottles.nix
|
||||
./hyprpicker.nix
|
||||
];
|
||||
}
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
...
|
||||
}: {
|
||||
home.packages = [
|
||||
pkgs.openscad
|
||||
pkgs.openscad-unstable
|
||||
];
|
||||
}
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
};
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = device.hasGui && pkgs.stdenv.isLinux;
|
||||
systemd.enable = false;
|
||||
systemd.enable = true;
|
||||
|
||||
settings = {
|
||||
source = "${pkgs.catppuccinThemes.hyprland}/themes/mocha.conf";
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
alvr.openFirewall = true;
|
||||
hyprland = {
|
||||
enable = true;
|
||||
withUWSM = true;
|
||||
# withUWSM = true;
|
||||
xwayland.enable = true;
|
||||
};
|
||||
yubikey-touch-detector.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user