feat: moved from sway to niri

This commit is contained in:
chloe 2025-04-21 11:43:58 +02:00
parent 338e12ad7d
commit 4789d2e5d7
17 changed files with 315 additions and 513 deletions

View file

@ -1,12 +1,12 @@
{config, ...}: {
{ config, ... }:
{
services.flatpak.enable = true;
services.flatpak.packages = [
"io.github.zen_browser.zen"
"com.unicornsonlsd.finamp"
];
services.flatpak.update.onActivation = true;
services.flatpak.update.onActivation = true;
services.flatpak.update.auto = {
enable = true;
onCalendar = "weekly"; # Default value

View file

@ -6,7 +6,6 @@
nixpkgs.config.allowUnfreePredicate =
pkg:
builtins.elem (lib.getName pkg) [
"reaper"
"davinci-resolve"
];
environment.systemPackages = with pkgs; [
@ -39,5 +38,7 @@
xfce.thunar
eclipses.eclipse-java # school wants us to use it...
nil
jetbrains.idea-ultimate
];
}