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 {
|
lib.optionalAttrs device.hasGui {
|
||||||
imports = [
|
imports = [
|
||||||
./bambu-studio.nix
|
./audacity.nix
|
||||||
|
./bottles.nix
|
||||||
|
./chromium.nix
|
||||||
./cursor.nix
|
./cursor.nix
|
||||||
./firefox.nix
|
./firefox.nix
|
||||||
./ghostty.nix
|
./ghostty.nix
|
||||||
|
./gimp.nix
|
||||||
./guitarix.nix
|
./guitarix.nix
|
||||||
|
./hyprpicker.nix
|
||||||
|
./kicad.nix
|
||||||
./kitty.nix
|
./kitty.nix
|
||||||
./mpv.nix
|
./mpv.nix
|
||||||
|
./neovide.nix
|
||||||
./obs-studio.nix
|
./obs-studio.nix
|
||||||
|
./openscad.nix
|
||||||
|
./orcaslicer.nix
|
||||||
|
./thunderbird.nix
|
||||||
./vlc.nix
|
./vlc.nix
|
||||||
./vscode.nix
|
./vscode.nix
|
||||||
./wezterm.nix
|
./wezterm.nix
|
||||||
./zathura.nix
|
./zathura.nix
|
||||||
./zed.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 = [
|
home.packages = [
|
||||||
pkgs.openscad
|
pkgs.openscad-unstable
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -45,7 +45,7 @@
|
|||||||
};
|
};
|
||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
enable = device.hasGui && pkgs.stdenv.isLinux;
|
enable = device.hasGui && pkgs.stdenv.isLinux;
|
||||||
systemd.enable = false;
|
systemd.enable = true;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
source = "${pkgs.catppuccinThemes.hyprland}/themes/mocha.conf";
|
source = "${pkgs.catppuccinThemes.hyprland}/themes/mocha.conf";
|
||||||
|
|||||||
@@ -31,7 +31,7 @@
|
|||||||
alvr.openFirewall = true;
|
alvr.openFirewall = true;
|
||||||
hyprland = {
|
hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
withUWSM = true;
|
# withUWSM = true;
|
||||||
xwayland.enable = true;
|
xwayland.enable = true;
|
||||||
};
|
};
|
||||||
yubikey-touch-detector.enable = true;
|
yubikey-touch-detector.enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user