This commit is contained in:
zoe 2023-03-18 11:47:06 +01:00
parent e171e57d9f
commit a153ffa1b9
3 changed files with 12 additions and 2 deletions

View File

@ -175,10 +175,10 @@ in
command = "--no-startup-id feh --bg-scale /etc/nixos/wallpaper.png";
always = true;
}
/* {
{
command = "picom --experimental-backends";
always = true;
}*/
}
{
command = "--no-startup-id autotiling";
always = true;

View File

@ -1,6 +1,15 @@
{ pkgs, ... }: {
environment.systemPackages = with pkgs; [ ];
programs.thunar = {
enable = true;
plugins = with pkgs.xfce; [
thunar-archive-plugin
thunar-volman
thunar-media-tags-plugin
];
};
fonts.fonts = with pkgs; [
noto-fonts

View File

@ -141,6 +141,7 @@
killall
appimage-run
xclip
zip
];
};