Added Gimp and configured a .gitignore
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
.directory
|
||||||
@ -191,6 +191,7 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
# Mesa should be enabled by default for Vulkan, but you can be explicit
|
# Mesa should be enabled by default for Vulkan, but you can be explicit
|
||||||
enable32Bit = true; # For 32-bit applications
|
enable32Bit = true; # For 32-bit applications
|
||||||
|
extraPackages = with pkgs; [ rocmPackages.clr.icd ];
|
||||||
};
|
};
|
||||||
|
|
||||||
hardware.cpu.amd.updateMicrocode = true;
|
hardware.cpu.amd.updateMicrocode = true;
|
||||||
@ -225,7 +226,9 @@ services.pipewire = {
|
|||||||
#jack.enable = true;
|
#jack.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
services.pipewire.wireplumber.extraConfig = {
|
services.pipewire.wireplumber = {
|
||||||
|
enable = true;
|
||||||
|
extraConfig = {
|
||||||
"10-bluez-monitor.properties" = {
|
"10-bluez-monitor.properties" = {
|
||||||
"bluez5.msbc-support" = false;
|
"bluez5.msbc-support" = false;
|
||||||
"bluez5.hfphsp-support" = false;
|
"bluez5.hfphsp-support" = false;
|
||||||
@ -238,18 +241,8 @@ services.pipewire.wireplumber.extraConfig = {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
# services.pipewire = {
|
};
|
||||||
# enable = true;
|
|
||||||
# alsa.enable = true;
|
|
||||||
# alsa.support32Bit = true;
|
|
||||||
# pulse.enable = true;
|
|
||||||
# # If you want to use JACK applications, uncomment this
|
|
||||||
# #jack.enable = true;
|
|
||||||
#
|
|
||||||
# # use the example session manager (no others are packaged yet so this is enabled by default,
|
|
||||||
# # no need to redefine it in your config for now)
|
|
||||||
# #media-session.enable = true;
|
|
||||||
# };
|
|
||||||
|
|
||||||
# Enable touchpad support (enabled default in most desktopManager).
|
# Enable touchpad support (enabled default in most desktopManager).
|
||||||
# services.xserver.libinput.enable = true;
|
# services.xserver.libinput.enable = true;
|
||||||
|
|||||||
@ -58,5 +58,6 @@
|
|||||||
qbittorrent
|
qbittorrent
|
||||||
waydroid #Android
|
waydroid #Android
|
||||||
grim
|
grim
|
||||||
|
gimp2-with-plugins
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@ -38,5 +38,6 @@
|
|||||||
whois
|
whois
|
||||||
networkmanagerapplet
|
networkmanagerapplet
|
||||||
zoxide
|
zoxide
|
||||||
|
pocl
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user