Compare commits

..

No commits in common. "fe9f52b931d2640488d1074fc7280705682c1b07" and "1bfee5b29d19aac5efe08ba917de94dbbf520ce3" have entirely different histories.

View file

@ -1,20 +1,23 @@
{ config, pkgs, ... }: { config, pkgs, ... }:
{
let
pipewire = pkgs.pipewire;
in {
home.username = "svante"; home.username = "svante";
home.homeDirectory = "/home/svante"; home.homeDirectory = "/home/svante";
home.stateVersion = "23.11"; home.stateVersion = "23.11";
home.packages = [ home.packages = [
pkgs.fortune pkgs.fortune
pkgs.htop pkgs.htop
pkgs.xwaylandvideobridge pkgs.xwaylandvideobridge
pkgs.pipewire pipewire
pkgs.wireplumber pkgs.wireplumber
pkgs.xdg-desktop-portal-hyprland pkgs.xdg-desktop-portal-hyprland
pkgs.qt6.qtwayland pkgs.qt6.qtwayland
pkgs.libsForQt5.qt5.qtwayland pkgs.libsForQt5.qt5.qtwayland
pkgs.obs-studio pkgs.obs-studio
pkgs.prismlauncher pkgs.prismlauncher
pkgs.prusa-slicer pkgs.prusa-slicer
pkgs.gphoto2 pkgs.gphoto2
]; ];