non important commit

This commit is contained in:
benstrb 2026-01-27 19:04:45 +01:00
parent 4c773d8851
commit ae56f0a440
8 changed files with 21 additions and 19 deletions

View file

@ -24,11 +24,7 @@
../modules/locale.nix
];
programs = {
niri.enable = true;
wayland.enable = true;
xwayland.enable = true;
};
programs.niri.enable = true;
nix.settings.experimental-features = ["nix-command" "flakes"];

View file

@ -1,9 +1,14 @@
{pkgs, ...}: {
xdg.portal = {
xdg = {
portal = {
enable = true;
extraPortals = [pkgs.xdg-desktop-portal-gtk];
configPackages = with pkgs; [
xdg-desktop-portal-gtk
];
};
mime.enable = true;
menus.enable = true;
};
}

View file

@ -33,9 +33,10 @@
pkgs.feh
pkgs.picom
pkgs.rofi
pkgs.wofi
pkgs.neovim
pkgs.kitty
pkgs.foot
pkgs.fastfetch
pkgs.pavucontrol
pkgs.btop

View file

@ -1,6 +1,6 @@
{
programs.kitty = {
enable = true;
enable = false;
settings = {
background_opacity = 0.75;

View file

@ -68,8 +68,8 @@
binds = {
"Mod+Q".action.close-window = [];
"Mod+Return".action.spawn = ["kitty"];
"Mod+A".action.spawn = ["rofi" "-show" "drun"];
"Mod+Return".action.spawn = ["foot"];
"Mod+A".action.spawn = ["wofi"];
"Mod+B".action.spawn = ["firefox"];
"Mod+O".action.toggle-overview = [];

View file

@ -33,9 +33,9 @@
enable = true;
registers = "unnamedplus";
providers = {
xclip = {
wl-copy = {
enable = true;
package = pkgs.xclip;
package = pkgs.wl-clipboard;
};
};
};

View file

@ -1,6 +1,6 @@
{
services.picom = {
enable = true;
enable = false;
backend = "glx";
};

View file

@ -1,6 +1,6 @@
{pkgs, ...}: {
services.polybar = {
enable = true;
enable = false;
package = pkgs.polybar.override {
mpdSupport = true;