a
This commit is contained in:
parent
28f8953da3
commit
aba5f80275
@ -110,11 +110,9 @@ in {
|
||||
driSupport = true;
|
||||
driSupport32Bit = true;
|
||||
enable = true;
|
||||
/*
|
||||
extraPackages = with pkgs; [amdvlk libvdpau-va-gl vaapiVdpau libva vulkan-loader pipewire];
|
||||
extraPackages = with pkgs; [amdvlk libvdpau-va-gl vaapiVdpau libva vulkan-loader];
|
||||
extraPackages32 = with pkgs.pkgsi686Linux;
|
||||
[libvdpau-va-gl vaapiVdpau libva vulkan-loader pipewire] ++ [pkgs.driversi686Linux.amdvlk];
|
||||
*/
|
||||
[libvdpau-va-gl vaapiVdpau libva vulkan-loader] ++ [pkgs.driversi686Linux.amdvlk];
|
||||
};
|
||||
pulseaudio = {
|
||||
enable = false;
|
||||
|
@ -12,9 +12,6 @@ in {
|
||||
notify.enable = true;
|
||||
config = {
|
||||
workflow-dir = smosDir + "/workflows";
|
||||
projects-dir = smosDir + "/projects";
|
||||
archive-dir = smosDir + "/archive";
|
||||
archived-projects-dir = smosDir + "/archived-projects";
|
||||
github.oauth-token = secrets.githubToken;
|
||||
};
|
||||
};
|
||||
|
@ -159,14 +159,17 @@ in {
|
||||
++ mkPaths ".local/share" [
|
||||
"zoxide"
|
||||
"direnv"
|
||||
"bottles"
|
||||
]
|
||||
++ mkPaths ".config" [
|
||||
"dconf"
|
||||
"chromium"
|
||||
"gsconnect"
|
||||
];
|
||||
files = [
|
||||
".config/gnome-initial-setup-done"
|
||||
".local/share/zsh/history"
|
||||
config.programs.zsh.history.path
|
||||
(lib.removePrefix "~/" config.programs.ssh.userKnownHostsFile)
|
||||
];
|
||||
allowOther = true;
|
||||
};
|
||||
@ -180,7 +183,6 @@ in {
|
||||
noto-fonts-cjk
|
||||
font-awesome
|
||||
dejavu_fonts
|
||||
#(nerdfonts.override {fonts = [font.name];})
|
||||
# Programs
|
||||
wezterm
|
||||
cargo-outdated
|
||||
@ -189,18 +191,13 @@ in {
|
||||
vulkan-tools
|
||||
krita
|
||||
cachix
|
||||
#appimage-run
|
||||
pfetch
|
||||
gnupg
|
||||
imv
|
||||
mpv
|
||||
youtube-dl
|
||||
ffmpeg
|
||||
mupdf
|
||||
transmission-qt
|
||||
#lutris
|
||||
xdg_utils
|
||||
tagref
|
||||
papirus-icon-theme
|
||||
wl-clipboard
|
||||
rust-analyzer
|
||||
@ -217,6 +214,7 @@ in {
|
||||
src = builtins.fetchGit { url = "https://github.com/AfoninZ/MultiMC5-Cracked.git"; ref = "develop"; rev = "9069e9c9d0b7951c310fdcc8bdc70ebc422a7634"; submodules = true; };
|
||||
}))
|
||||
*/
|
||||
bottles
|
||||
cloudflared
|
||||
];
|
||||
shellAliases =
|
||||
|
Loading…
Reference in New Issue
Block a user