This commit is contained in:
dusk 2022-06-11 18:53:17 +03:00
parent 28f8953da3
commit aba5f80275
Signed by: dusk
GPG Key ID: 1D8F8FAF2294D6EA
3 changed files with 8 additions and 15 deletions

View File

@ -110,11 +110,9 @@ in {
driSupport = true; driSupport = true;
driSupport32Bit = true; driSupport32Bit = true;
enable = true; enable = true;
/* extraPackages = with pkgs; [amdvlk libvdpau-va-gl vaapiVdpau libva vulkan-loader];
extraPackages = with pkgs; [amdvlk libvdpau-va-gl vaapiVdpau libva vulkan-loader pipewire]; extraPackages32 = with pkgs.pkgsi686Linux;
extraPackages32 = with pkgs.pkgsi686Linux; [libvdpau-va-gl vaapiVdpau libva vulkan-loader] ++ [pkgs.driversi686Linux.amdvlk];
[libvdpau-va-gl vaapiVdpau libva vulkan-loader pipewire] ++ [pkgs.driversi686Linux.amdvlk];
*/
}; };
pulseaudio = { pulseaudio = {
enable = false; enable = false;

View File

@ -12,9 +12,6 @@ in {
notify.enable = true; notify.enable = true;
config = { config = {
workflow-dir = smosDir + "/workflows"; workflow-dir = smosDir + "/workflows";
projects-dir = smosDir + "/projects";
archive-dir = smosDir + "/archive";
archived-projects-dir = smosDir + "/archived-projects";
github.oauth-token = secrets.githubToken; github.oauth-token = secrets.githubToken;
}; };
}; };

View File

@ -159,14 +159,17 @@ in {
++ mkPaths ".local/share" [ ++ mkPaths ".local/share" [
"zoxide" "zoxide"
"direnv" "direnv"
"bottles"
] ]
++ mkPaths ".config" [ ++ mkPaths ".config" [
"dconf" "dconf"
"chromium" "chromium"
"gsconnect"
]; ];
files = [ files = [
".config/gnome-initial-setup-done" ".config/gnome-initial-setup-done"
".local/share/zsh/history" config.programs.zsh.history.path
(lib.removePrefix "~/" config.programs.ssh.userKnownHostsFile)
]; ];
allowOther = true; allowOther = true;
}; };
@ -180,7 +183,6 @@ in {
noto-fonts-cjk noto-fonts-cjk
font-awesome font-awesome
dejavu_fonts dejavu_fonts
#(nerdfonts.override {fonts = [font.name];})
# Programs # Programs
wezterm wezterm
cargo-outdated cargo-outdated
@ -189,18 +191,13 @@ in {
vulkan-tools vulkan-tools
krita krita
cachix cachix
#appimage-run
pfetch
gnupg gnupg
imv imv
mpv mpv
youtube-dl youtube-dl
ffmpeg ffmpeg
mupdf mupdf
transmission-qt
#lutris
xdg_utils xdg_utils
tagref
papirus-icon-theme papirus-icon-theme
wl-clipboard wl-clipboard
rust-analyzer rust-analyzer
@ -217,6 +214,7 @@ in {
src = builtins.fetchGit { url = "https://github.com/AfoninZ/MultiMC5-Cracked.git"; ref = "develop"; rev = "9069e9c9d0b7951c310fdcc8bdc70ebc422a7634"; submodules = true; }; src = builtins.fetchGit { url = "https://github.com/AfoninZ/MultiMC5-Cracked.git"; ref = "develop"; rev = "9069e9c9d0b7951c310fdcc8bdc70ebc422a7634"; submodules = true; };
})) }))
*/ */
bottles
cloudflared cloudflared
]; ];
shellAliases = shellAliases =